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:
Tomas Frydrych
2008-08-18 15:42:38 +01:00
parent f7f696c310
commit e6e6aecb93
3 changed files with 27 additions and 13 deletions

View File

@@ -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,