1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-06-19 00:55:24 +02:00

Fix enable-modelock warnings

Fix warnings that only show up when --enable-modelock is passed to
./configure.
This commit is contained in:
Brad Jorsch
2010-04-08 17:01:24 -04:00
committed by Carlos R. Mafra
parent ec7506e5e5
commit 65aa3ae9c8
4 changed files with 10 additions and 3 deletions
-1
View File
@@ -2980,7 +2980,6 @@ static void windowLanguageClick(WCoreWindow *sender, void *data, XEvent *event)
WWindow *wwin = data;
WFrameWindow *fwin = wwin->frame;
WScreen *scr = fwin->screen_ptr;
XkbStateRec staterec;
int tl;
if (event->xbutton.button != Button1 && event->xbutton.button != Button3)