comparison Gui/mplayer/menu.h @ 1907:83291fafe66c

add new features. and fix skin error loop.
author pontscho
date Mon, 17 Sep 2001 21:16:00 +0000
parents d21f8afc7680
children fd44ecf77f8d
comparison
equal deleted inserted replaced
1906:01bab6f60ede 1907:83291fafe66c
121 if ( ( mplMenuDrawBuffer = calloc( 1,appMPlayer.menuBase.Bitmap.ImageSize ) ) == NULL ) 121 if ( ( mplMenuDrawBuffer = calloc( 1,appMPlayer.menuBase.Bitmap.ImageSize ) ) == NULL )
122 { 122 {
123 #ifdef DEBUG 123 #ifdef DEBUG
124 dbprintf( 1,MSGTR_NEMFMR ); 124 dbprintf( 1,MSGTR_NEMFMR );
125 #endif 125 #endif
126 gtkMessageBox( MSGTR_NEMFMR ); 126 gtkMessageBox( GTK_MB_FATAL,MSGTR_NEMFMR );
127 return; 127 return;
128 } 128 }
129 129
130 wsCreateWindow( &appMPlayer.menuWindow, 130 wsCreateWindow( &appMPlayer.menuWindow,
131 appMPlayer.menuBase.x,appMPlayer.menuBase.y,appMPlayer.menuBase.width,appMPlayer.menuBase.height, 131 appMPlayer.menuBase.x,appMPlayer.menuBase.y,appMPlayer.menuBase.width,appMPlayer.menuBase.height,