mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Fix enable-modelock warnings
Fix warnings that only show up when --enable-modelock is passed to ./configure.
This commit is contained in:
committed by
Carlos R. Mafra
parent
ec7506e5e5
commit
65aa3ae9c8
@@ -124,6 +124,10 @@ static void handleVisibilityNotify(XEvent *event);
|
||||
static void handleShapeNotify(XEvent *event);
|
||||
#endif
|
||||
|
||||
#ifdef KEEP_XKB_LOCK_STATUS
|
||||
static void handleXkbIndicatorStateNotify(XEvent *event);
|
||||
#endif
|
||||
|
||||
/* called from the signal handler */
|
||||
void NotifyDeadProcess(pid_t pid, unsigned char status);
|
||||
|
||||
@@ -1194,7 +1198,7 @@ static void handleShapeNotify(XEvent * event)
|
||||
|
||||
#ifdef KEEP_XKB_LOCK_STATUS
|
||||
/* please help ]d if you know what to do */
|
||||
handleXkbIndicatorStateNotify(XEvent * event)
|
||||
static void handleXkbIndicatorStateNotify(XEvent *event)
|
||||
{
|
||||
WWindow *wwin;
|
||||
WScreen *scr;
|
||||
|
||||
Reference in New Issue
Block a user