summaryrefslogtreecommitdiff
path: root/src/video/win32_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/win32_v.h')
-rw-r--r--src/video/win32_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index 3e714b38a..f6c562a94 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -28,6 +28,9 @@ public:
/* virtual */ bool ChangeResolution(int w, int h);
/* virtual */ bool ToggleFullscreen(bool fullscreen);
+
+ /* virtual */ bool AfterBlitterChange();
+
/* virtual */ const char *GetName() const { return "win32"; }
bool MakeWindow(bool full_screen);