mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
cleanup
This commit is contained in:
@@ -328,7 +328,7 @@ static void PCXVFB_UpdateRects (_THIS, int numrects, GAL_Rect *rects)
|
||||
int i;
|
||||
RECT bound;
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef WIN32
|
||||
//win_PCXVFbLock ();
|
||||
#else
|
||||
shm_lock(semid);
|
||||
|
||||
@@ -101,10 +101,10 @@ struct GAL_VideoDevice {
|
||||
GAL_Surface *(*SetVideoMode)(_THIS, GAL_Surface *current,
|
||||
int width, int height, int bpp, Uint32 flags);
|
||||
|
||||
#if 0
|
||||
/* Toggle the fullscreen mode */
|
||||
int (*ToggleFullScreen)(_THIS, int on);
|
||||
|
||||
#if 0
|
||||
/* This is called after the video mode has been set, to get the
|
||||
initial mouse state. It should queue events as necessary to
|
||||
properly represent the current mouse focus and position.
|
||||
@@ -224,8 +224,6 @@ struct GAL_VideoDevice {
|
||||
/* * * */
|
||||
/* Data common to all drivers */
|
||||
GAL_Surface *screen;
|
||||
// GAL_Surface *shadow;
|
||||
// GAL_Surface *visible;
|
||||
GAL_Palette *physpal; /* physical palette, if != logical palette */
|
||||
char *wm_title;
|
||||
char *wm_icon;
|
||||
|
||||
Reference in New Issue
Block a user