Update to spice2x-23-06-08
This commit is contained in:
@@ -15,5 +15,19 @@ namespace overlay::windows {
|
||||
private:
|
||||
size_t toggle_screen_resize = ~0u;
|
||||
bool toggle_screen_resize_state = false;
|
||||
|
||||
void build_fullscreen_config();
|
||||
void build_windowed_config();
|
||||
void build_footer();
|
||||
std::string hwnd_preview(int index, HWND hwnd);
|
||||
HWND get_first_window();
|
||||
|
||||
void reset_window();
|
||||
void reset_vars_to_default();
|
||||
|
||||
static LRESULT CALLBACK screen_resize_wndproc(
|
||||
HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
static void wndproc_wm_sizing(int edge, RECT& rect);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user