mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-08 21:02:29 +00:00
[client] opengl: implement & fix opengl support
This commit is contained in:
@@ -722,6 +722,13 @@ static int lg_run(void)
|
||||
return -1;
|
||||
}
|
||||
|
||||
// initialize the window dimensions at init for renderers
|
||||
g_state.windowW = g_params.w;
|
||||
g_state.windowH = g_params.h;
|
||||
g_state.windowCX = g_params.w / 2;
|
||||
g_state.windowCY = g_params.h / 2;
|
||||
core_updatePositionInfo();
|
||||
|
||||
const LG_DSInitParams params =
|
||||
{
|
||||
.title = g_params.windowTitle,
|
||||
|
||||
Reference in New Issue
Block a user