summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl_v.h')
-rw-r--r--src/video/sdl_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video/sdl_v.h b/src/video/sdl_v.h
index c7f5b84c3..baecc7ba7 100644
--- a/src/video/sdl_v.h
+++ b/src/video/sdl_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 "sdl"; }
};