comparison src/video/ps3/SDL_ps3video.h @ 3151:4a88137385f9 gsoc2009_ps3

Moved mode functions to SDL_ps3modes and fixed minor stuff.
author Martin Lowinski <martin@goldtopf.org>
date Tue, 21 Jul 2009 05:33:11 +0000
parents 0cf7bff804ad
children 7f3341cccf42
comparison
equal deleted inserted replaced
3150:0cf7bff804ad 3151:4a88137385f9
70 70
71 typedef struct 71 typedef struct
72 { 72 {
73 unsigned long mode; 73 unsigned long mode;
74 struct ps3fb_ioctl_res res; 74 struct ps3fb_ioctl_res res;
75 } SDL_DisplayData; 75 } PS3_DisplayModeData;
76 76
77 #endif /* _SDL_ps3video_h */ 77 #endif /* _SDL_ps3video_h */
78 78
79 /* vi: set ts=4 sw=4 expandtab: */ 79 /* vi: set ts=4 sw=4 expandtab: */