mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Update to Window Maker 0.50.2
This commit is contained in:
@@ -618,8 +618,15 @@ handleButtonPress(XEvent *event)
|
||||
wBalloonHide(scr);
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef LITE
|
||||
if (event->xbutton.window==scr->root_win) {
|
||||
|
||||
#ifdef GNOME_STUFF
|
||||
if (wGNOMEProxyizeButtonEvent(scr, event))
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (event->xbutton.button==wPreferences.menu_button) {
|
||||
OpenRootMenu(scr, event->xbutton.x_root,
|
||||
event->xbutton.y_root, False);
|
||||
|
||||
Reference in New Issue
Block a user