diff options
author | filon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-04 01:11:19 +0000 |
---|---|---|
committer | filon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-04 01:11:19 +0000 |
commit | 6b469f91974f13d13f0d0d9beb13febcb54354f7 (patch) | |
tree | 0bb3e21039f3764b4c36be5f8c06c98f857826ae /libvo | |
parent | 4bb83d4f38b6083389c48deef64936d929248b98 (diff) | |
download | mpv-6b469f91974f13d13f0d0d9beb13febcb54354f7.tar.bz2 mpv-6b469f91974f13d13f0d0d9beb13febcb54354f7.tar.xz |
really not needed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/x11_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c index ddc653e83f..b141fd4aaa 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -154,7 +154,6 @@ int net_wm_support_state_test( Atom atom ) { #define NET_WM_STATE_TEST(x) { if (atom == XA_NET_WM_STATE_##x) { mp_dbg( MSGT_VO,MSGL_STATUS, "[x11] Detected wm supports" #x "state.\n" ); return SUPPORT_##x; } } -// mp_dbg(MSGT_VO,MSGL_DBG2, "[x11] NetWM supports %s\n",name); NET_WM_STATE_TEST(FULLSCREEN); NET_WM_STATE_TEST(ABOVE); NET_WM_STATE_TEST(STAYS_ON_TOP); |