mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] allow renderers to pass back if they need an OpenGL context
This commit is contained in:
@@ -63,6 +63,9 @@ typedef struct LG_DSInitParams
|
||||
bool borderless;
|
||||
bool maximize;
|
||||
bool minimizeOnFocusLoss;
|
||||
|
||||
// if true the renderer requires an OpenGL context
|
||||
bool opengl;
|
||||
}
|
||||
LG_DSInitParams;
|
||||
|
||||
|
Reference in New Issue
Block a user