[mutter] Account for invisible borders when constraining modal dialogs
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] Account for invisible borders when constraining modal dialogs
- Date: Mon, 29 Aug 2011 17:28:45 +0000 (UTC)
commit 05fee9beea8b34773f88d390b6ca387febe84593
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Aug 16 01:05:49 2011 -0400
Account for invisible borders when constraining modal dialogs
https://bugzilla.gnome.org/show_bug.cgi?id=656619
src/core/constraints.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/constraints.c b/src/core/constraints.c
index fea4ff4..557a13f 100644
--- a/src/core/constraints.c
+++ b/src/core/constraints.c
@@ -762,7 +762,7 @@ constrain_modal_dialog (MetaWindow *window,
y += parent->frame->rect.y;
meta_frame_calc_borders (parent->frame, &borders);
- y += borders.visible.top;
+ y += borders.total.top;
y += info->borders->visible.top;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]