implement openglpp output

This commit is contained in:
Anton Shepelev
2021-01-19 23:36:35 -05:00
committed by Wengier
parent ebb3e54243
commit 5e5d7d1bf4
9 changed files with 161 additions and 61 deletions

View File

@@ -124,6 +124,7 @@ struct SDL_Block {
bool prevent_fullscreen = false;
bool lazy_fullscreen_req = false;
bool doublebuf = false;
bool isperfect = false;
SCREEN_TYPES type = (SCREEN_TYPES)0;
SCREEN_TYPES want_type = (SCREEN_TYPES)0;
} desktop;