Mercurial > mplayer.hg
changeset 8752:e0d9b55617b7
1l
author | arpi |
---|---|
date | Fri, 03 Jan 2003 23:52:55 +0000 |
parents | f117a4150786 |
children | f537fcfea64e |
files | libvo/x11_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/x11_common.c Fri Jan 03 22:56:18 2003 +0000 +++ b/libvo/x11_common.c Fri Jan 03 23:52:55 2003 +0000 @@ -154,7 +154,7 @@ { #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);