mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 04:30:10 +00:00
fixed video contstants
This commit is contained in:
parent
a01387b1af
commit
9895200f79
@ -164,9 +164,9 @@ enum {
|
||||
|
||||
enum {
|
||||
kDisplayModeIDCurrent = 0x00, /* Reference the Current DisplayModeID */
|
||||
kDisplayModeIDInvalid = (long)0xFFFFFFFF, /* A bogus DisplayModeID in all cases */
|
||||
kDisplayModeIDFindFirstResolution = (long)0xFFFFFFFE, /* Used in cscGetNextResolution to reset iterator */
|
||||
kDisplayModeIDNoMoreResolutions = (long)0xFFFFFFFD /* Used in cscGetNextResolution to indicate End Of List */
|
||||
kDisplayModeIDInvalid = 0xFFFFFFFF, /* A bogus DisplayModeID in all cases */
|
||||
kDisplayModeIDFindFirstResolution = 0xFFFFFFFE, /* Used in cscGetNextResolution to reset iterator */
|
||||
kDisplayModeIDNoMoreResolutions = 0xFFFFFFFD /* Used in cscGetNextResolution to indicate End Of List */
|
||||
};
|
||||
|
||||
/* codes for Display Manager status requests */
|
||||
|
Loading…
Reference in New Issue
Block a user