mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Focus on mouse click in sloppy/mouse to fix keynav. Fix for #115072.
2003-06-12 Rob Adams <robadams@ucla.edu> * src/display.c (event_callback): Focus on mouse click in sloppy/mouse to fix keynav. Fix for #115072.
This commit is contained in:
parent
70d0446190
commit
4d8414acfd
@ -1,3 +1,8 @@
|
||||
2003-06-12 Rob Adams <robadams@ucla.edu>
|
||||
|
||||
* src/display.c (event_callback): Focus on mouse click in
|
||||
sloppy/mouse to fix keynav. Fix for #115072.
|
||||
|
||||
2003-06-12 Rob Adams <robadams@ucla.edu>
|
||||
|
||||
* src/Makefile.am: honor --disable-schemas-install. Fix for
|
||||
|
@ -1326,7 +1326,8 @@ event_callback (XEvent *event,
|
||||
else
|
||||
{
|
||||
meta_topic (META_DEBUG_FOCUS,
|
||||
"Not raising/focusing window on click due to mouse/sloppy focus mode\n");
|
||||
"Not raising window on click due to mouse/sloppy focus mode\n");
|
||||
meta_window_focus (window, event->xbutton.time);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user