mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
workspace: Clean up code style
This commit is contained in:
parent
b3b9d9e161
commit
d79db68bf8
@ -1159,11 +1159,8 @@ meta_workspace_focus_default_window (MetaWorkspace *workspace,
|
|||||||
guint32 timestamp)
|
guint32 timestamp)
|
||||||
{
|
{
|
||||||
if (timestamp == CurrentTime)
|
if (timestamp == CurrentTime)
|
||||||
{
|
meta_warning ("CurrentTime used to choose focus window; "
|
||||||
meta_warning ("CurrentTime used to choose focus window; "
|
"focus window may not be correct.\n");
|
||||||
"focus window may not be correct.\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
if (meta_prefs_get_focus_mode () == G_DESKTOP_FOCUS_MODE_CLICK ||
|
if (meta_prefs_get_focus_mode () == G_DESKTOP_FOCUS_MODE_CLICK ||
|
||||||
!workspace->screen->display->mouse_mode)
|
!workspace->screen->display->mouse_mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user