mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-20 17:10:16 +01:00
hello world
This commit is contained in:
16
neo/sys/osx/macosx_display.h
Normal file
16
neo/sys/osx/macosx_display.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "macosx_local.h"
|
||||
|
||||
@class NSDictionary;
|
||||
|
||||
extern NSDictionary *Sys_GetMatchingDisplayMode( glimpParms_t parms );
|
||||
|
||||
extern void Sys_StoreGammaTables();
|
||||
extern void Sys_GetGammaTable(glwgamma_t *table);
|
||||
extern void Sys_SetScreenFade(glwgamma_t *table, float fraction);
|
||||
|
||||
extern void Sys_FadeScreens();
|
||||
extern void Sys_FadeScreen(CGDirectDisplayID display);
|
||||
extern void Sys_UnfadeScreens();
|
||||
extern void Sys_UnfadeScreen(CGDirectDisplayID display, glwgamma_t *table);
|
||||
extern void Sys_ReleaseAllDisplays();
|
||||
|
||||
Reference in New Issue
Block a user