diff options
author | Florian Müllner <fmuellner@gnome.org> | 2011-03-20 22:42:12 +0100 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2014-10-08 18:22:24 +0300 |
commit | 5c7403cc66003ff1949916dfdd287dbc622dfd5e (patch) | |
tree | 5715972b14dac7c1d1e00db8b65e6314d7e95faa /src/include | |
parent | 341d0945db4bea8e28df4ebf1b569bad7999fe80 (diff) | |
download | metacity-5c7403cc66003ff1949916dfdd287dbc622dfd5e.tar.gz |
core: Allow retrieving the theme variant via core_get()
To associate frames with the correct style variant, the UI will
need access to the window's theme variant property.
https://bugzilla.gnome.org/show_bug.cgi?id=645355
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/core.h b/src/include/core.h index b2b3d08e..6cc41a6d 100644 --- a/src/include/core.h +++ b/src/include/core.h @@ -46,6 +46,7 @@ typedef enum META_CORE_GET_FRAME_Y, META_CORE_GET_FRAME_WIDTH, META_CORE_GET_FRAME_HEIGHT, + META_CORE_GET_THEME_VARIANT, META_CORE_GET_SCREEN_WIDTH, META_CORE_GET_SCREEN_HEIGHT, } MetaCoreGetType; |