[MPlayer-cvslog] r20003 - in trunk/Gui: interface.c mplayer/menu.c

diego subversion at mplayerhq.hu
Fri Sep 29 11:21:54 CEST 2006


Author: diego
Date: Fri Sep 29 11:21:53 2006
New Revision: 20003

Modified:
   trunk/Gui/interface.c
   trunk/Gui/mplayer/menu.c

Log:
Fix #ifdef indentation.


Modified: trunk/Gui/interface.c
==============================================================================
--- trunk/Gui/interface.c	(original)
+++ trunk/Gui/interface.c	Fri Sep 29 11:21:53 2006
@@ -286,11 +286,11 @@
  wsSetShape( &appMPlayer.mainWindow,appMPlayer.main.Mask.Image );
  wsXDNDMakeAwareness(&appMPlayer.mainWindow);
 
- #ifdef DEBUG
+#ifdef DEBUG
   mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[main] depth on screen: %d\n",wsDepthOnScreen );
   mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[main] parent: 0x%x\n",(int)appMPlayer.mainWindow.WindowID );
   mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[main] sub: 0x%x\n",(int)appMPlayer.subWindow.WindowID );
- #endif
+#endif
 
  appMPlayer.mainWindow.ReDraw=(void *)mplMainDraw;
  appMPlayer.mainWindow.MouseHandler=mplMainMouseHandle;

Modified: trunk/Gui/mplayer/menu.c
==============================================================================
--- trunk/Gui/mplayer/menu.c	(original)
+++ trunk/Gui/mplayer/menu.c	Fri Sep 29 11:21:53 2006
@@ -134,9 +134,9 @@
 
  if ( ( mplMenuDrawBuffer = calloc( 1,appMPlayer.menuBase.Bitmap.ImageSize ) ) == NULL )
   {
-   #ifdef DEBUG
+#ifdef DEBUG
     mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[menu.h] %s",MSGTR_NEMFMR );
-   #endif
+#endif
    gtkMessageBox( GTK_MB_FATAL,MSGTR_NEMFMR );
    return;
   }
@@ -147,9 +147,9 @@
 
  wsSetShape( &appMPlayer.menuWindow,appMPlayer.menuBase.Mask.Image );
 
- #ifdef DEBUG
+#ifdef DEBUG
   mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[menu.h] menu: 0x%x\n",(int)appMPlayer.menuWindow.WindowID );
- #endif
+#endif
 
  mplMenuIsInitialized=1;
  appMPlayer.menuWindow.ReDraw=mplMenuDraw;



More information about the MPlayer-cvslog mailing list