comparison src/video/directfb/SDL_DirectFB_video.h @ 464:1c4be4a16410

Date: Fri, 23 Aug 2002 11:48:56 +0200 From: Denis Oliver Kropp Subject: Another patch this is another patch fixing key code mapping along with some other fixes and better mode handling.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 24 Aug 2002 15:29:06 +0000
parents f6ffac90895c
children f8482d7c9595
comparison
equal deleted inserted replaced
463:bf7389310d27 464:1c4be4a16410
43 43
44 IDirectFB *dfb; 44 IDirectFB *dfb;
45 IDirectFBDisplayLayer *layer; 45 IDirectFBDisplayLayer *layer;
46 IDirectFBEventBuffer *eventbuffer; 46 IDirectFBEventBuffer *eventbuffer;
47 47
48 #define NUM_MODELISTS 4 /* 8, 16, 24, and 32 bits-per-pixel */ 48 int nummodes;
49 int SDL_nummodes[NUM_MODELISTS]; 49 SDL_Rect **modelist;
50 SDL_Rect **SDL_modelist[NUM_MODELISTS];
51 }; 50 };
52 51
53 #define HIDDEN (this->hidden) 52 #define HIDDEN (this->hidden)
54 53
55 #endif /* _SDL_DirectFB_video_h */ 54 #endif /* _SDL_DirectFB_video_h */