Update define.h

Replacing all references to the old variable name
This commit is contained in:
CB-XCVS 2023-06-11 14:11:10 -07:00 committed by GitHub
parent 442127ed13
commit 1c242ff5a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ extern const char *WINDOW_TITLE;
extern unsigned char g_mousedown;
extern unsigned char g_mousemoved;
extern int g_rmDisabled;
extern int g_targetDepthSet;
extern int g_targetDepthNotSet;
extern int g_targetWidth;
extern int g_targetHeight;
extern unsigned int g_targetDepth;