mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-22 01:45:46 +01:00
fixed some signal handling bugs
This commit is contained in:
@@ -604,7 +604,7 @@ char *WMGetApplicationName();
|
||||
char *WMPathForResourceOfType(char *resource, char *ext);
|
||||
|
||||
|
||||
WMScreen *WMOpenScreen();
|
||||
WMScreen *WMOpenScreen(const char *display);
|
||||
|
||||
WMScreen *WMCreateScreenWithRContext(Display *display, int screen,
|
||||
RContext *context);
|
||||
@@ -658,6 +658,9 @@ void WMMaskEvent(Display *dpy, long mask, XEvent *event);
|
||||
WMHandlerID WMAddTimerHandler(int milliseconds, WMCallback *callback,
|
||||
void *cdata);
|
||||
|
||||
WMHandlerID WMAddEternalTimerHandler(int milliseconds, WMCallback *callback,
|
||||
void *cdata);
|
||||
|
||||
void WMDeleteTimerWithClientData(void *cdata);
|
||||
|
||||
void WMDeleteTimerHandler(WMHandlerID handlerID);
|
||||
|
||||
@@ -528,9 +528,9 @@ void W_HandleSelectionEvent(XEvent *event);
|
||||
|
||||
void W_HandleDNDClientMessage(WMView *toplevel, XClientMessageEvent *event);
|
||||
|
||||
void W_FlushASAPNotificationQueue();
|
||||
void W_FlushASAPNotificationQueue(void);
|
||||
|
||||
void W_FlushIdleNotificationQueue();
|
||||
void W_FlushIdleNotificationQueue(void);
|
||||
|
||||
struct W_Balloon *W_CreateBalloon(WMScreen *scr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user