mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Add XFCE Terminal as a terminal
Include the XFCE terminal program 'Terminal' in the list of terminals. https://bugzilla.gnome.org/show_bug.cgi?id=599262
This commit is contained in:
parent
1a3927b40c
commit
3f642ea34f
@ -1947,6 +1947,9 @@ __window_is_terminal (MetaWindow *window)
|
|||||||
/* mlterm ("multi lingual terminal emulator on X") */
|
/* mlterm ("multi lingual terminal emulator on X") */
|
||||||
else if (strcmp (window->res_class, "mlterm") == 0)
|
else if (strcmp (window->res_class, "mlterm") == 0)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
/* Terminal -- XFCE Terminal */
|
||||||
|
else if (strcmp (window->res_class, "Terminal") == 0)
|
||||||
|
return TRUE;
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user