Menu: Improve mouse event management in menu_manage_event. (Add Button{4, 5} management and quit when clicking on another window)

This commit is contained in:
Martin Duquesnoy
2009-07-29 16:17:54 +02:00
parent 24bb4224b3
commit f252636744
8 changed files with 81 additions and 41 deletions

View File

@@ -162,7 +162,7 @@ struct Client
/* Client Information */
Bool max, tile, free, hide;
Bool hint, lmax, unmapped;
Bool state_dock, state_fullscreen;
Bool state_fullscreen;
/* Struct in chains */
Client *next;
Client *prev;