Add TODO/FIXME note
This commit is contained in:
parent
603b2bf166
commit
ff8daa29a3
|
@ -85,7 +85,7 @@ bool USE_NVDA_BRAILLE = false;
|
||||||
/* static public global variable */
|
/* static public global variable */
|
||||||
VOID (WINAPI *DragAcceptFiles_func)(HWND, BOOL);
|
VOID (WINAPI *DragAcceptFiles_func)(HWND, BOOL);
|
||||||
|
|
||||||
/* static global variables */
|
/* TODO/FIXME - static global variables */
|
||||||
static bool dwm_composition_disabled = false;
|
static bool dwm_composition_disabled = false;
|
||||||
static bool console_needs_free = false;
|
static bool console_needs_free = false;
|
||||||
static char win32_cpu_model_name[64] = {0};
|
static char win32_cpu_model_name[64] = {0};
|
||||||
|
|
Loading…
Reference in New Issue