Updating branch refs/heads/master
         to b85fd2d6983f4d120520a4101180692d8bd5124d (commit)
       from 358d3a41395ece7b1005ab61254b21aab9b581c2 (commit)

commit b85fd2d6983f4d120520a4101180692d8bd5124d
Author: Eric Koegel <eric.koe...@gmail.com>
Date:   Thu Apr 5 15:00:21 2012 +0300

    Disable the resize grip from the root window. (Bug #8636)
    
    Set it so the root window isn't resizable to prevent gtk from
    drawing a small resize grip in the lower corner of the desktop.

 src/xfce-desktop.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index e7dbedb..493795c 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -671,6 +671,7 @@ xfce_desktop_init(XfceDesktop *desktop)
     
     gtk_window_set_type_hint(GTK_WINDOW(desktop), 
GDK_WINDOW_TYPE_HINT_DESKTOP);
     gtk_window_set_accept_focus(GTK_WINDOW(desktop), FALSE);
+    gtk_window_set_resizable(GTK_WINDOW(desktop), FALSE);
 }
 
 static void
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to