comparison src/video/xbios/SDL_xbios.h @ 2036:12ef90a41631

Pfiou, all of it to update, faster to rewrite from scratch?
author Patrice Mandin <patmandin@gmail.com>
date Fri, 22 Sep 2006 21:52:20 +0000
parents c848c18684ab
children 4b3f98a9a2c1
comparison
equal deleted inserted replaced
2035:c848c18684ab 2036:12ef90a41631
44 } xbiosmode_t; 44 } xbiosmode_t;
45 45
46 /* Private display data */ 46 /* Private display data */
47 #define NUM_MODELISTS 2 /* 8 and 16 bits-per-pixel */ 47 #define NUM_MODELISTS 2 /* 8 and 16 bits-per-pixel */
48 48
49 struct SDL_VideoData 49 typedef struct SDL_VideoData
50 { 50 {
51 long cookie_vdo; 51 long cookie_vdo;
52 int old_video_mode; /* Old video mode before entering SDL */ 52 int old_video_mode; /* Old video mode before entering SDL */
53 void *old_video_base; /* Old pointer to screen buffer */ 53 void *old_video_base; /* Old pointer to screen buffer */
54 void *old_palette; /* Old palette */ 54 void *old_palette; /* Old palette */