Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_video.h @ 728:5446a009107a
MGA CRTC2 support for DirectFB target contributed by Thomas Jarosch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 03 Oct 2003 18:26:39 +0000 |
parents | f8482d7c9595 |
children | b8d311d90021 |
comparison
equal
deleted
inserted
replaced
727:cb1208fcd946 | 728:5446a009107a |
---|---|
45 IDirectFBDisplayLayer *layer; | 45 IDirectFBDisplayLayer *layer; |
46 IDirectFBEventBuffer *eventbuffer; | 46 IDirectFBEventBuffer *eventbuffer; |
47 | 47 |
48 int nummodes; | 48 int nummodes; |
49 SDL_Rect **modelist; | 49 SDL_Rect **modelist; |
50 | |
51 /* MGA CRTC2 support */ | |
52 int enable_mga_crtc2; | |
53 int mga_crtc2_stretch; | |
54 float mga_crtc2_stretch_overscan; | |
55 IDirectFBDisplayLayer *c2layer; | |
56 IDirectFBSurface *c2frame; | |
57 DFBRectangle c2ssize; /* Real screen size */ | |
58 DFBRectangle c2dsize; /* Stretched screen size */ | |
59 DFBRectangle c2framesize; /* CRTC2 screen size */ | |
50 }; | 60 }; |
51 | 61 |
52 #define HIDDEN (this->hidden) | 62 #define HIDDEN (this->hidden) |
53 | 63 |
54 void SetDirectFBerror (const char *function, DFBResult code); | 64 void SetDirectFBerror (const char *function, DFBResult code); |