comparison src/video/directfb/SDL_DirectFB_video.h @ 286:3ea69fd0b095

Updated for DirectFB 0.9.9
author Sam Lantinga <slouken@libsdl.org>
date Tue, 26 Feb 2002 14:38:53 +0000
parents e8157fcb3114
children f6ffac90895c
comparison
equal deleted inserted replaced
285:e5a489f0288c 286:3ea69fd0b095
41 { 41 {
42 int initialized; 42 int initialized;
43 43
44 IDirectFB *dfb; 44 IDirectFB *dfb;
45 IDirectFBDisplayLayer *layer; 45 IDirectFBDisplayLayer *layer;
46 IDirectFBInputBuffer *inputbuffer; 46 IDirectFBEventBuffer *eventbuffer;
47 47
48 #define NUM_MODELISTS 4 /* 8, 16, 24, and 32 bits-per-pixel */ 48 #define NUM_MODELISTS 4 /* 8, 16, 24, and 32 bits-per-pixel */
49 int SDL_nummodes[NUM_MODELISTS]; 49 int SDL_nummodes[NUM_MODELISTS];
50 SDL_Rect **SDL_modelist[NUM_MODELISTS]; 50 SDL_Rect **SDL_modelist[NUM_MODELISTS];
51 }; 51 };