~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to Gui/mplayer/menu.c

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
 
135
135
 if ( ( mplMenuDrawBuffer = calloc( 1,appMPlayer.menuBase.Bitmap.ImageSize ) ) == NULL )
136
136
  {
137
 
   #ifdef DEBUG
 
137
#ifdef DEBUG
138
138
    mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[menu.h] %s",MSGTR_NEMFMR );
139
 
   #endif
 
139
#endif
140
140
   gtkMessageBox( GTK_MB_FATAL,MSGTR_NEMFMR );
141
141
   return;
142
142
  }
147
147
 
148
148
 wsSetShape( &appMPlayer.menuWindow,appMPlayer.menuBase.Mask.Image );
149
149
 
150
 
 #ifdef DEBUG
 
150
#ifdef DEBUG
151
151
  mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[menu.h] menu: 0x%x\n",(int)appMPlayer.menuWindow.WindowID );
152
 
 #endif
 
152
#endif
153
153
 
154
154
 mplMenuIsInitialized=1;
155
155
 appMPlayer.menuWindow.ReDraw=mplMenuDraw;