This commit is contained in:
twinaphex 2018-04-09 19:09:00 +02:00
parent afe77527cd
commit b6764c43db
2 changed files with 1 additions and 3 deletions

View File

@ -62,8 +62,6 @@ void create_gdi_context(HWND hwnd, bool *quit);
bool gdi_has_menu_frame(void);
bool win32_shader_dlg_init(void);
void shader_dlg_show(HWND parent_hwnd);
void shader_dlg_params_reload(void);
#endif

View File

@ -447,7 +447,7 @@ static LRESULT CALLBACK ShaderDlgWndProc(HWND hwnd, UINT message,
return DefWindowProc(hwnd, message, wparam, lparam);
}
bool win32_shader_dlg_init(void)
static bool win32_shader_dlg_init(void)
{
static bool inited = false;
int pos_y;