1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-14 12:55:47 +01:00

bug fixes

This commit is contained in:
kojima
1999-05-14 04:30:01 +00:00
parent a98624ab84
commit 39513b9f35
9 changed files with 37 additions and 35 deletions

View File

@@ -3551,7 +3551,7 @@ handleIconMove(WDock *dock, WAppIcon *aicon, XEvent *event)
#endif
}
if (event->xbutton.state & MOD_MASK)
if (!(event->xbutton.state & MOD_MASK))
wRaiseFrame(icon->core);
if (!wPreferences.flags.noclip)