diff options
Diffstat (limited to 'x11-wm/emerald/files/patch-src_main.c')
-rw-r--r-- | x11-wm/emerald/files/patch-src_main.c | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/x11-wm/emerald/files/patch-src_main.c b/x11-wm/emerald/files/patch-src_main.c index adff2eccea31..286cdd522882 100644 --- a/x11-wm/emerald/files/patch-src_main.c +++ b/x11-wm/emerald/files/patch-src_main.c @@ -1,6 +1,17 @@ ---- src/main.c.orig 2010-11-02 16:54:19.000000000 +0100 -+++ src/main.c 2010-11-02 16:56:04.000000000 +0100 -@@ -2457,7 +2457,7 @@ +--- src/main.c.orig 2009-10-13 20:56:23.000000000 -0400 ++++ src/main.c 2010-11-24 15:34:35.000000000 -0500 +@@ -27,8 +27,8 @@ + #include <emerald.h> + #include <engine.h> + +-#define BASE_PROP_SIZE 12 +-#define QUAD_PROP_SIZE 9 ++//#define BASE_PROP_SIZE 12 ++//#define QUAD_PROP_SIZE 9 + + #ifndef DECOR_INTERFACE_VERSION + #define DECOR_INTERFACE_VERSION 0 +@@ -2457,7 +2457,7 @@ static gboolean get_window_prop(Window x gdk_error_trap_push(); type = None; @@ -9,6 +20,15 @@ xwindow, atom, 0, G_MAXLONG, +@@ -3757,7 +3757,7 @@ + + static void hide_tooltip(void) + { +- if (GTK_WIDGET_VISIBLE(tip_window)) ++ if (gtk_widget_get_visible(tip_window)) + g_get_current_time(&tooltip_last_popdown); + + gtk_widget_hide(tip_window); @@ -4246,10 +4246,10 @@ WnckWindow *win = data; @@ -22,7 +42,7 @@ gdk_error_trap_pop(); } -@@ -4262,11 +4262,11 @@ +@@ -4262,11 +4262,11 @@ static char *get_client_machine(Window x int format, result; char *retval; @@ -36,7 +56,7 @@ xwindow, atom, 0, G_MAXLONG, FALSE, XA_STRING, &type, &format, &nitems, -@@ -4318,8 +4318,8 @@ +@@ -4318,8 +4318,8 @@ static void kill_window(WnckWindow * win } gdk_error_trap_push(); @@ -47,7 +67,7 @@ gdk_error_trap_pop(); } -@@ -4739,7 +4739,7 @@ +@@ -4739,7 +4739,7 @@ static XFixed *create_gaussian_kernel(do static int update_shadow(frame_settings * fs) { |