diff options
author | Florian Müllner <fmuellner@gnome.org> | 2011-03-20 14:37:27 +0100 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2011-03-21 15:06:34 +0100 |
commit | 3032fdce2a6391f69c233adfe4f60c339291b7e4 (patch) | |
tree | 0a5ec2b3fd0a1e0ca83148f249036ec6267ae457 /gdk/gdk.symbols | |
parent | c3ba127907ff530f06b3484532bf6409e28717c2 (diff) | |
download | gtk+-3032fdce2a6391f69c233adfe4f60c339291b7e4.tar.gz |
window: Export theme variant to X11
The metacity theme format allows to use colors from the current
GTK+ theme in window decorations. Since GTK+ now gained support
for dark theme variants, window managers using that theme format
(metacity, mutter, compiz via gtk-window-decorator) should be able
to use colors from the correct variant; so in case a variant is
requested, export it in the _GTK_THEME_VARIANT property on
toplevel windows.
https://bugzilla.gnome.org/show_bug.cgi?id=645354
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index b159b1ce32..9581e7ddd5 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -564,6 +564,7 @@ gdk_x11_window_lookup_for_display gdk_x11_window_get_type gdk_x11_window_get_xid gdk_x11_window_move_to_current_desktop +gdk_x11_window_set_theme_variant gdk_x11_window_set_user_time gdk_x11_xatom_to_atom gdk_x11_xatom_to_atom_for_display |