Size: 836
Comment: changed format
|
Size: 854
Comment: format update
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
The structure that defines a display mode. | A structure that contains data to define a display mode. |
Line 22: | Line 22: |
You can add useful comments here | ''You can add useful comments here'' |
SDL_DisplayMode
A structure that contains data to define a display mode.
Data Fields
Uint32 |
format |
pixel format |
int |
w |
width |
int |
h |
height |
int |
refresh_rate |
refresh rate (or zero for unspecified) |
void* |
driverdata |
driver-specific data, initialize to 0 |
Code Examples
You can add your code example here
Remarks
You can add useful comments here