mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
- moved WINGs's internal handlers (timer, idle and input) to handlers.c
to avoid code duplication. - simplified wevent.c and wutil.c - renamed WMAddEternalTimerHandler() to WMAddPersistentTimerHandler()
This commit is contained in:
@@ -800,7 +800,7 @@ StartUp(Bool defaultScreenOnly)
|
||||
wCursor[WCUR_SELECT] = XCreateFontCursor(dpy, XC_cross);
|
||||
|
||||
/* signal handler stuff that gets called when a signal is caught */
|
||||
WMAddEternalTimerHandler(500, delayedAction, NULL);
|
||||
WMAddPersistentTimerHandler(500, delayedAction, NULL);
|
||||
|
||||
/* emergency exit... */
|
||||
sig_action.sa_handler = handleSig;
|
||||
|
||||
Reference in New Issue
Block a user