diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-18 19:24:50 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-18 19:24:50 +0000 |
commit | cedb85f6f294e3ac07ba17bbcbc0d432809d93ad (patch) | |
tree | 7b25c49a400d3c538b46ca0664abc1fde7eb4f6b /Gui/wm | |
parent | 3e771db3e4f81c353b2e517552e1b3fb0aefe6af (diff) |
hm. kurva hibakezeles
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2982 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm')
-rw-r--r-- | Gui/wm/ws.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gui/wm/ws.c b/Gui/wm/ws.c index 9dcd06890c..a56c66f3f3 100644 --- a/Gui/wm/ws.c +++ b/Gui/wm/ws.c @@ -285,8 +285,8 @@ if(mDisplay){ wsConvFunc=BGR8880_to_BGR555_c; break; } - XSetIOErrorHandler( wsIOErrorHandler ); - XSetErrorHandler( wsErrorHandler ); +// XSetIOErrorHandler( wsIOErrorHandler ); +// XSetErrorHandler( wsErrorHandler ); } // ---------------------------------------------------------------------------------------------- |