diff options
Diffstat (limited to 'x11/lxpanel/files/patch-src-panel.h')
-rw-r--r-- | x11/lxpanel/files/patch-src-panel.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/lxpanel/files/patch-src-panel.h b/x11/lxpanel/files/patch-src-panel.h new file mode 100644 index 0000000..6b992d7 --- /dev/null +++ b/x11/lxpanel/files/patch-src-panel.h @@ -0,0 +1,10 @@ +--- src/panel.h.orig 2008-07-17 14:40:37.000000000 +0800 ++++ src/panel.h 2008-07-17 14:41:21.000000000 +0800 +@@ -190,6 +190,7 @@ + void panel_set_dock_type(Panel *p); + void panel_set_orientation(Panel *p); + void panel_update_background( Panel* p ); ++void panel_destroy( Panel* p ); + + extern const char* lxpanel_get_file_manager(); + extern const char* lxpanel_get_terminal(); |