ShellApp: Fix comment about window-backed apps

https://bugzilla.gnome.org/show_bug.cgi?id=648149
This commit is contained in:
Colin Walters 2011-08-11 06:34:09 -04:00
parent 7f1d2825fd
commit 2efcbaf206

View File

@ -58,7 +58,13 @@ struct _ShellApp
ShellAppState state; ShellAppState state;
GMenuTreeEntry *entry; /* If NULL, this app is backend by exactly one MetaWindow */ GMenuTreeEntry *entry; /* If NULL, this app is backed by one or more
* MetaWindow. For purposes of app title
* etc., we use the first window added,
* because it's most likely to be what we
* want (e.g. it will be of TYPE_NORMAL from
* the way shell-window-tracker.c works).
*/
ShellAppRunningState *running_state; ShellAppRunningState *running_state;