This commit is contained in:
Vincent Wei
2020-03-10 16:46:22 +08:00
parent 0a6cd9070f
commit 4907004aec
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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);
+1 -3
View File
@@ -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;