comparison Gui/mplayer/mplayer.c @ 1860:c65abbc91c5c

fix mwm bug's. faszom (C), and remove mixer.*
author pontscho
date Thu, 06 Sep 2001 09:36:48 +0000
parents a6c67352ccac
children 32b1bb50a0e8
comparison
equal deleted inserted replaced
1859:35036f9a1672 1860:c65abbc91c5c
79 vo_setwindow(appMPlayer.subWindow.WindowID, appMPlayer.subWindow.wGC); 79 vo_setwindow(appMPlayer.subWindow.WindowID, appMPlayer.subWindow.wGC);
80 vo_setwindowsize( appMPlayer.sub.width,appMPlayer.sub.height ); 80 vo_setwindowsize( appMPlayer.sub.width,appMPlayer.sub.height );
81 81
82 wsCreateWindow( &appMPlayer.mainWindow, 82 wsCreateWindow( &appMPlayer.mainWindow,
83 appMPlayer.main.x,appMPlayer.main.y,appMPlayer.main.width,appMPlayer.main.height, 83 appMPlayer.main.x,appMPlayer.main.y,appMPlayer.main.width,appMPlayer.main.height,
84 wsNoBorder,wsShowMouseCursor|wsHandleMouseButton|wsHandleMouseMove,wsHideFrame|wsMaxSize|wsMinSize|wsShowWindow,"MPlayer" ); 84 wsNoBorder,wsShowMouseCursor|wsHandleMouseButton|wsHandleMouseMove,wsHideFrame|wsMaxSize|wsShowWindow,"MPlayer" ); //wsMinSize|
85 85
86 wsSetShape( &appMPlayer.mainWindow,appMPlayer.main.Mask.Image ); 86 wsSetShape( &appMPlayer.mainWindow,appMPlayer.main.Mask.Image );
87 87
88 mplMenuInit(); 88 mplMenuInit();
89 89