mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
don't select for button press/release events, as that keeps other clients
2003-08-10 Havoc Pennington <hp@pobox.com> * src/screen.c (meta_screen_new): don't select for button press/release events, as that keeps other clients from doing so, and it doesn't seem that metacity has any reason to do it. Patch from Andreas Volz.
This commit is contained in:
parent
d06dee2778
commit
5200e59ba3
@ -1,3 +1,10 @@
|
|||||||
|
2003-08-10 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/screen.c (meta_screen_new): don't select for button
|
||||||
|
press/release events, as that keeps other clients from doing so,
|
||||||
|
and it doesn't seem that metacity has any reason to do it.
|
||||||
|
Patch from Andreas Volz.
|
||||||
|
|
||||||
2003-08-08 Bastien Nocera <hadess@hadess.net>
|
2003-08-08 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* src/metacity-dialog.c: (kill_window_question),
|
* src/metacity-dialog.c: (kill_window_question),
|
||||||
|
@ -496,7 +496,6 @@ meta_screen_new (MetaDisplay *display,
|
|||||||
SubstructureRedirectMask | SubstructureNotifyMask |
|
SubstructureRedirectMask | SubstructureNotifyMask |
|
||||||
ColormapChangeMask | PropertyChangeMask |
|
ColormapChangeMask | PropertyChangeMask |
|
||||||
LeaveWindowMask | EnterWindowMask |
|
LeaveWindowMask | EnterWindowMask |
|
||||||
ButtonPressMask | ButtonReleaseMask |
|
|
||||||
KeyPressMask | KeyReleaseMask |
|
KeyPressMask | KeyReleaseMask |
|
||||||
FocusChangeMask | StructureNotifyMask |
|
FocusChangeMask | StructureNotifyMask |
|
||||||
attr.your_event_mask);
|
attr.your_event_mask);
|
||||||
|
Loading…
Reference in New Issue
Block a user