mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01: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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user