diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-03-09 19:58:02 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-03-09 19:58:02 +0200 |
commit | 173beb5608d893c0d9b42c1043f1dfa2db2e4df2 (patch) | |
tree | 9d91be39eb1a2edb2eec45d537630f518e04378a /libvo/x11_common.h | |
parent | ed0237e7d3c491282fbdc29c5ac294425055de57 (diff) | |
parent | c5b0ff1cfacfa502eb0647f329756ddf7c79fcb6 (diff) | |
download | mpv-173beb5608d893c0d9b42c1043f1dfa2db2e4df2.tar.bz2 mpv-173beb5608d893c0d9b42c1043f1dfa2db2e4df2.tar.xz |
Merge svn changes up to r30514
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r-- | libvo/x11_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h index 677ee189db..6ae51f87c2 100644 --- a/libvo/x11_common.h +++ b/libvo/x11_common.h @@ -47,6 +47,7 @@ struct vo_x11_state { int vo_mouse_autohide; int wm_type; int fs_type; + int window_state; int fs_flip; GC f_gc; |