diff --git a/ChangeLog b/ChangeLog index c3e778462..a81720710 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-29 Havoc Pennington + + * src/display.c (event_callback): always raise windows on focus + click, regardless of focus mode. + 2002-04-29 Havoc Pennington * configure.in: 2.3.144 diff --git a/src/display.c b/src/display.c index 88fc4b03a..30fe711b0 100644 --- a/src/display.c +++ b/src/display.c @@ -907,14 +907,7 @@ event_callback (XEvent *event, if (unmodified || event->xbutton.button == 1) { - /* We always raise in click-to-focus, and - * raise only if Alt is down for sloppy/mouse - * (sloppy/mouse allow left-click without raising). - * I'm not sure I have a rationale for this. - */ - if (meta_prefs_get_focus_mode () == META_FOCUS_MODE_CLICK || - !unmodified) - meta_window_raise (window); + meta_window_raise (window); meta_topic (META_DEBUG_FOCUS, "Focusing %s due to unmodified button %d press (display.c)\n",