diff options
Diffstat (limited to 'x11/lxpanel/files/patch-src-systray-fixedtip.h')
-rw-r--r-- | x11/lxpanel/files/patch-src-systray-fixedtip.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/lxpanel/files/patch-src-systray-fixedtip.h b/x11/lxpanel/files/patch-src-systray-fixedtip.h new file mode 100644 index 0000000..f2a65f6 --- /dev/null +++ b/x11/lxpanel/files/patch-src-systray-fixedtip.h @@ -0,0 +1,11 @@ +--- src/systray/fixedtip.h.orig 2008-07-17 14:48:22.000000000 +0800 ++++ src/systray/fixedtip.h 2008-07-17 14:49:43.000000000 +0800 +@@ -52,6 +52,8 @@ + void (* clicked) (NaFixedTip *fixedtip); + }; + ++ void fixed_tip_hide(void); ++ + GType na_fixed_tip_get_type (void); + + GtkWidget *na_fixed_tip_new (GtkWidget *parent, |