mirror of
https://github.com/Blzut3/Wolf3D-Mac.git
synced 2024-09-12 17:54:31 +00:00
1 line
544 B
C
1 line
544 B
C
extern void CenterWindowOnMonitor(WindowPtr theWindow, GDHandle theMonitor);
|
|
extern Boolean SupportsColor(GDHandle theMonitor);
|
|
extern short SupportsDepth(GDHandle theMonitor, int theDepth, Boolean needsColor);
|
|
extern Boolean SupportsSize(GDHandle theMonitor, short theWidth, short theHeight);
|
|
extern GDHandle MonitorFromPoint(Point *thePoint);
|
|
extern GDHandle PickAMonitor(int bitDepth, Boolean colorRequired, short minWidth, short minHeight);
|
|
extern Boolean WaitNextEvent2(short EventMask,EventRecord *theEvent,long sleep,RgnHandle mouseRgn); |