Allow applications to raise windows when raise_on_click is off
Whether Metacity honors a raise request from an application should not be affected by the raise_on_click setting; remove a check that seems to have been added in error. https://bugzilla.gnome.org/show_bug.cgi?id=445447
This commit is contained in:
parent
88ee4c5b30
commit
cbac2e7bbb
@ -5178,8 +5178,7 @@ meta_window_configure_request (MetaWindow *window,
|
|||||||
{
|
{
|
||||||
MetaWindow *active_window;
|
MetaWindow *active_window;
|
||||||
active_window = window->display->expected_focus_window;
|
active_window = window->display->expected_focus_window;
|
||||||
if (meta_prefs_get_disable_workarounds () ||
|
if (meta_prefs_get_disable_workarounds ())
|
||||||
!meta_prefs_get_raise_on_click ())
|
|
||||||
{
|
{
|
||||||
meta_topic (META_DEBUG_STACK,
|
meta_topic (META_DEBUG_STACK,
|
||||||
"%s sent an xconfigure stacking request; this is "
|
"%s sent an xconfigure stacking request; this is "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user