mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
meta: Add MetaPadActionType enum
This will be used on lookups to the current action assigned to any element in a tablet pad.
This commit is contained in:
parent
7bba20e536
commit
ed16b40c98
@ -53,6 +53,13 @@ typedef enum
|
||||
META_TAB_SHOW_INSTANTLY /* Alt-Esc mode */
|
||||
} MetaTabShowType;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
META_PAD_ACTION_BUTTON, /* Action is a button */
|
||||
META_PAD_ACTION_RING, /* Action is a ring */
|
||||
META_PAD_ACTION_STRIP, /* Action is a strip */
|
||||
} MetaPadActionType;
|
||||
|
||||
typedef struct _MetaDisplayClass MetaDisplayClass;
|
||||
|
||||
#define META_TYPE_DISPLAY (meta_display_get_type ())
|
||||
|
Loading…
Reference in New Issue
Block a user