1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-29 20:14:06 +02:00

wtext killing spree

After using WINGs wInputDialog() to handle renaming the workspace
upon Ctrl+left click on the workspace menu, all functions in src/text.c
become unused.
This commit is contained in:
Carlos R. Mafra
2012-01-16 16:09:21 +00:00
parent fd07e032df
commit 215a57077c
3 changed files with 1 additions and 538 deletions
-4
View File
@@ -79,11 +79,7 @@ typedef struct WObjDescriptor {
void *self; /* the object that will be called */
/* event handlers */
void (*handle_expose)(struct WObjDescriptor *sender, XEvent *event);
void (*handle_mousedown)(struct WObjDescriptor *sender, XEvent *event);
void (*handle_anything)(struct WObjDescriptor *sender, XEvent *event);
void (*handle_enternotify)(struct WObjDescriptor *sender, XEvent *event);
void (*handle_leavenotify)(struct WObjDescriptor *sender, XEvent *event);