mutter/src/ui
Florian Müllner a7f083897f frames: Only skip updating prelight when both control and state match
prelit_control is used for both prelight and pressed states, so the early
return in update_prelit_control() misses the case where prelit_control
already matches the control we are updating, but its state is PRESSED
rather than PRELIGHT. Fix the condition to not have pressed controls
linger around erroneously.

https://bugzilla.gnome.org/show_bug.cgi?id=731058
2014-06-02 23:49:48 +02:00
..
frames.c frames: Only skip updating prelight when both control and state match 2014-06-02 23:49:48 +02:00
frames.h frames: Fix pressed state of window menu buttons 2014-06-02 23:49:48 +02:00
gradient.c Remove trailing whitespace 2014-05-02 09:34:48 -04:00
resizepopup.c Remove trailing whitespace 2014-05-02 09:34:48 -04:00
resizepopup.h Remove trailing whitespace 2014-05-02 09:34:48 -04:00
testgradient.c Remove trailing whitespace 2014-05-02 09:34:48 -04:00
theme-parser.c Add support for app-menu button in window decorations 2014-05-27 19:40:05 +02:00
theme-private.h Add support for app-menu button in window decorations 2014-05-27 19:40:05 +02:00
theme.c Add support for app-menu button in window decorations 2014-05-27 19:40:05 +02:00
ui.c Drop leftover menu.h/metaaccellabel.h references 2014-05-18 15:51:14 +02:00
ui.h Convert window menus to a compositor implementation 2014-05-17 15:16:23 -04:00