mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 08:04:50 +00:00
Exposed MetaWindowType so it can be used by compositor backends.
meta_window_get_type: meta_window_get_type_atom: Accessors for window type/type atom.
This commit is contained in:
@@ -42,19 +42,6 @@ typedef struct _MetaWindowQueue MetaWindowQueue;
|
||||
typedef gboolean (*MetaWindowForeachFunc) (MetaWindow *window,
|
||||
void *data);
|
||||
|
||||
typedef enum
|
||||
{
|
||||
META_WINDOW_NORMAL,
|
||||
META_WINDOW_DESKTOP,
|
||||
META_WINDOW_DOCK,
|
||||
META_WINDOW_DIALOG,
|
||||
META_WINDOW_MODAL_DIALOG,
|
||||
META_WINDOW_TOOLBAR,
|
||||
META_WINDOW_MENU,
|
||||
META_WINDOW_UTILITY,
|
||||
META_WINDOW_SPLASHSCREEN
|
||||
} MetaWindowType;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
META_MAXIMIZE_HORIZONTAL = 1 << 0,
|
||||
|
Reference in New Issue
Block a user