fix for opengl borderless mode

This commit is contained in:
FunkyFr3sh 2023-07-07 01:24:16 +02:00
parent 566492577c
commit 045ed051ea
3 changed files with 17 additions and 7 deletions

View file

@ -82,6 +82,7 @@ typedef struct CNCDDRAW
int width;
int height;
int bpp;
int opengl_y_align;
HDC hdc;
int* tex;