Home
last modified time | relevance | path

Searched refs:g_hWndSound (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dsound.c297 static HWND g_hWndSound = NULL; variable
342 if (g_hWndSound == NULL) in sound_window()
348 g_hWndSound = CreateWindow(clazz, NULL, 0, 0, 0, 0, 0, in sound_window()
352 return g_hWndSound; in sound_window()
455 CloseWindow(g_hWndSound); in sound_free()