diff options
Diffstat (limited to 'app-i18n/fcitx/files/fcitx-4.0.0-declare_DestroyTrayWindow.patch')
-rw-r--r-- | app-i18n/fcitx/files/fcitx-4.0.0-declare_DestroyTrayWindow.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-i18n/fcitx/files/fcitx-4.0.0-declare_DestroyTrayWindow.patch b/app-i18n/fcitx/files/fcitx-4.0.0-declare_DestroyTrayWindow.patch new file mode 100644 index 0000000..0569881 --- /dev/null +++ b/app-i18n/fcitx/files/fcitx-4.0.0-declare_DestroyTrayWindow.patch @@ -0,0 +1,11 @@ +diff -urN fcitx-4.0.0/src/ui/TrayWindow.h fcitx-4.0.0-patched/src/ui/TrayWindow.h +--- fcitx-4.0.0/src/ui/TrayWindow.h 2010-10-11 14:43:19.000000000 +0800 ++++ fcitx-4.0.0-patched/src/ui/TrayWindow.h 2010-11-19 22:07:39.445075018 +0800 +@@ -54,6 +54,7 @@ + void DeInitTrayWindow(TrayWindow *f_tray); + void RedrawTrayWindow(void); + void TrayEventHandler(XEvent* event); ++void DestroyTrayWindow(); + + extern TrayWindow tray; + |