diff options
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-gtk-561583')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gtk-561583 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gtk-561583 b/x11-toolkits/gtk30/files/patch-gtk-561583 deleted file mode 100644 index f9a547805fcf..000000000000 --- a/x11-toolkits/gtk30/files/patch-gtk-561583 +++ /dev/null @@ -1,16 +0,0 @@ ---- gdk/x11/gdkscreen-x11.orig 2009-02-18 15:29:15.000000000 -0500 -+++ gdk/x11/gdkscreen-x11.c 2009-02-18 15:30:03.000000000 -0500 -@@ -915,11 +915,12 @@ - return; - #endif - -+ _gdk_x11_screen_process_monitors_change (screen); -+ - if (width == gdk_screen_get_width (screen) && - height == gdk_screen_get_height (screen)) - return; - -- _gdk_x11_screen_process_monitors_change (screen); - g_signal_emit_by_name (screen, "size_changed"); - } - |