summaryrefslogtreecommitdiff
path: root/platform/haiku/os_haiku.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/haiku/os_haiku.h')
-rw-r--r--platform/haiku/os_haiku.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/haiku/os_haiku.h b/platform/haiku/os_haiku.h
index 90c0abc3ef..64f5690dd1 100644
--- a/platform/haiku/os_haiku.h
+++ b/platform/haiku/os_haiku.h
@@ -38,7 +38,7 @@
#include "haiku_application.h"
#include "haiku_direct_window.h"
#include "servers/audio_server.h"
-#include "servers/visual_server.h"
+#include "servers/rendering_server.h"
class OS_Haiku : public OS_Unix {
private:
@@ -46,7 +46,7 @@ private:
HaikuDirectWindow *window;
MainLoop *main_loop;
InputDefault *input;
- VisualServer *visual_server;
+ RenderingServer *rendering_server;
VideoMode current_video_mode;
int video_driver_index;