comparison gui/ui/sub.c @ 33990:3a93b9227b01

Cosmetic: Rename wsMoveTopWindow() wsRaiseWindowTop(). Additionally, rename parameter wsDisplay dsp and remove commented code.
author ib
date Thu, 08 Sep 2011 10:34:17 +0000
parents afede91f9d5f
children 57d711d3dcca
comparison
equal deleted inserted replaced
33989:5b3605aee33b 33990:3a93b9227b01
100 } 100 }
101 break; 101 break;
102 case wsRLMouseButton: 102 case wsRLMouseButton:
103 if ( ( !mplSubMoved )&&( guiApp.subWindow.isFullScreen ) ) 103 if ( ( !mplSubMoved )&&( guiApp.subWindow.isFullScreen ) )
104 { 104 {
105 if( subVisible++%2 ) wsMoveTopWindow( wsDisplay,guiApp.mainWindow.WindowID ); 105 if( subVisible++%2 ) wsRaiseWindowTop( wsDisplay,guiApp.mainWindow.WindowID );
106 else wsMoveTopWindow( wsDisplay,guiApp.subWindow.WindowID ); 106 else wsRaiseWindowTop( wsDisplay,guiApp.subWindow.WindowID );
107 } 107 }
108 msButton=0; 108 msButton=0;
109 mplSubMoved=0; 109 mplSubMoved=0;
110 break; 110 break;
111 } 111 }