diff gui/interface.c @ 33654:90f7a7266410

Use X11 Bool symbolic constant.
author ib
date Mon, 27 Jun 2011 14:08:30 +0000
parents 86819da22c57
children cbb7cfeb8c71
line wrap: on
line diff
--- a/gui/interface.c	Mon Jun 27 14:04:13 2011 +0000
+++ b/gui/interface.c	Mon Jun 27 14:08:30 2011 +0000
@@ -626,7 +626,7 @@
         guiInfo.MovieHeight = vo_dheight;
 
         if (guiWinID >= 0)
-            wsMoveWindow(&guiApp.mainWindow, 0, 0, vo_dheight);
+            wsMoveWindow(&guiApp.mainWindow, False, 0, vo_dheight);
 
         WinID = guiApp.subWindow.WindowID;
         break;