diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-10-24 21:40:45 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-10-24 21:40:45 +0900 |
commit | e1e9b6ef1c460da98bde3c0de179bd6a7790d3dd (patch) | |
tree | c45e470022a75ed67debc663e4e166ba98064c4e /pacc/pacc-win.h | |
parent | 6ab52ffca0262bde8b3ab858fa63db8369874ff4 (diff) |
win32: recover from D3DERR_DEVICELOST
Diffstat (limited to 'pacc/pacc-win.h')
-rw-r--r-- | pacc/pacc-win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacc/pacc-win.h b/pacc/pacc-win.h index e8bacc1..e96010a 100644 --- a/pacc/pacc-win.h +++ b/pacc/pacc-win.h @@ -15,7 +15,7 @@ struct pacc_win_vtable { void (*renderctrl)(struct pacc_ctx *ctx, bool enable); }; -struct pacc_ctx *pacc_init_d3d9(HWND hwnd, pacc_rendercb *rendercb, void *renderptr, struct pacc_vtable *vt, struct pacc_win_vtable *winvt, UINT msg_reset, HWND msg_wnd); +struct pacc_ctx *pacc_init_d3d9(HWND hwnd, int w, int h, pacc_rendercb *rendercb, void *renderptr, struct pacc_vtable *vt, struct pacc_win_vtable *winvt, UINT msg_reset, HWND msg_wnd); #endif // MYON_PACC_WIN_H_INCLUDED |