display: Optionally sort window list

https://bugzilla.gnome.org/show_bug.cgi?id=737581
This commit is contained in:
Florian Müllner
2014-09-30 00:01:17 +02:00
parent a9a21c801c
commit 9f8b641472
2 changed files with 7 additions and 0 deletions

View File

@ -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 */