From 4bb83d4f38b6083389c48deef64936d929248b98 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 3 Jan 2003 23:52:55 +0000 Subject: 1l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8753 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 1c3a2f9eea..ddc653e83f 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -154,7 +154,7 @@ 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); +// 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); -- cgit v1.2.3