comparison gui/interface.c @ 31328:599bf04eceeb

Remove more gui-related code from libvo.
author reimar
date Sun, 13 Jun 2010 22:38:15 +0000
parents ad274a5b093b
children 169013ed9718
comparison
equal deleted inserted replaced
31327:0bb0b99e4dc1 31328:599bf04eceeb
229 wsCreateImage( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Width,appMPlayer.sub.Bitmap.Height ); 229 wsCreateImage( &appMPlayer.subWindow,appMPlayer.sub.Bitmap.Width,appMPlayer.sub.Bitmap.Height );
230 wsXDNDMakeAwareness(&appMPlayer.subWindow); 230 wsXDNDMakeAwareness(&appMPlayer.subWindow);
231 231
232 mplMenuInit(); 232 mplMenuInit();
233 mplPBInit(); 233 mplPBInit();
234
235 vo_setwindow( appMPlayer.subWindow.WindowID, appMPlayer.subWindow.wGC );
236 234
237 // i=wsHideFrame|wsMaxSize|wsHideWindow; 235 // i=wsHideFrame|wsMaxSize|wsHideWindow;
238 // if ( appMPlayer.mainDecoration ) i=wsShowFrame|wsMaxSize|wsHideWindow; 236 // if ( appMPlayer.mainDecoration ) i=wsShowFrame|wsMaxSize|wsHideWindow;
239 i=wsShowFrame|wsMaxSize|wsHideWindow; 237 i=wsShowFrame|wsMaxSize|wsHideWindow;
240 wsCreateWindow( &appMPlayer.mainWindow, 238 wsCreateWindow( &appMPlayer.mainWindow,