Buildfix
This commit is contained in:
parent
afe77527cd
commit
b6764c43db
|
@ -62,8 +62,6 @@ void create_gdi_context(HWND hwnd, bool *quit);
|
||||||
|
|
||||||
bool gdi_has_menu_frame(void);
|
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);
|
void shader_dlg_params_reload(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -447,7 +447,7 @@ static LRESULT CALLBACK ShaderDlgWndProc(HWND hwnd, UINT message,
|
||||||
return DefWindowProc(hwnd, message, wparam, lparam);
|
return DefWindowProc(hwnd, message, wparam, lparam);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool win32_shader_dlg_init(void)
|
static bool win32_shader_dlg_init(void)
|
||||||
{
|
{
|
||||||
static bool inited = false;
|
static bool inited = false;
|
||||||
int pos_y;
|
int pos_y;
|
||||||
|
|
Loading…
Reference in New Issue