# HG changeset patch # User filon # Date 1041642679 0 # Node ID f537fcfea64e21f0fb8700d1274fe9a74aca35e9 # Parent e0d9b55617b7e7b2c687a931fb89a809c5401e46 really not needed diff -r e0d9b55617b7 -r f537fcfea64e libvo/x11_common.c --- a/libvo/x11_common.c Fri Jan 03 23:52:55 2003 +0000 +++ b/libvo/x11_common.c Sat Jan 04 01:11:19 2003 +0000 @@ -154,7 +154,6 @@ { #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);