mirror of
https://github.com/brl/mutter.git
synced 2025-07-04 10:05:31 +00:00
display: Optionally sort window list
https://bugzilla.gnome.org/show_bug.cgi?id=737581
This commit is contained in:
@ -57,6 +57,7 @@ typedef struct MetaEdgeResistanceData MetaEdgeResistanceData;
|
||||
typedef enum {
|
||||
META_LIST_DEFAULT = 0, /* normal windows */
|
||||
META_LIST_INCLUDE_OVERRIDE_REDIRECT = 1 << 0, /* normal and O-R */
|
||||
META_LIST_SORTED = 1 << 1, /* sort list by mru */
|
||||
} MetaListWindowsFlags;
|
||||
|
||||
#define _NET_WM_STATE_REMOVE 0 /* remove/unset property */
|
||||
|
Reference in New Issue
Block a user