[metacity] frames: restore window resize using titlebar
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [metacity] frames: restore window resize using titlebar
- Date: Mon, 27 Jun 2016 15:38:41 +0000 (UTC)
commit db676694686547e18af3c292a5336535051e6948
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Mon Jun 27 18:34:52 2016 +0300
    frames: restore window resize using titlebar
    
    https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1596574
 src/ui/frames.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/frames.c b/src/ui/frames.c
index c4ffbdf..7af9a4f 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -2562,7 +2562,7 @@ get_control (MetaFrames *frames,
 
   if (POINT_IN_RECT (x, y, fgeom.title_rect))
     {
-      if (has_vert && y <= TOP_RESIZE_HEIGHT && has_north_resize)
+      if (has_vert && y <= (fgeom.borders.invisible.top + TOP_RESIZE_HEIGHT) && has_north_resize)
         return META_FRAME_CONTROL_RESIZE_N;
       else
         return META_FRAME_CONTROL_TITLE;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]