From 7bb54b5142b6c4ca9053a92061b997e6cf48cb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 18 Jul 2018 17:56:12 +0200 Subject: [PATCH] Style: Format code with clang-format 6.0.1 --- os_haiku.cpp | 2 +- os_haiku.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/os_haiku.cpp b/os_haiku.cpp index e9017b2b..b29ee594 100644 --- a/os_haiku.cpp +++ b/os_haiku.cpp @@ -235,7 +235,7 @@ void OS_Haiku::set_cursor_shape(CursorShape p_shape) { //ERR_PRINT("set_cursor_shape() NOT IMPLEMENTED"); } -void OS_Haiku::set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, const Vector2 &p_hotspot) { +void OS_Haiku::set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, const Vector2 &p_hotspot) { // TODO: implement set_custom_mouse_cursor() } diff --git a/os_haiku.h b/os_haiku.h index 0e2f8635..79e04a35 100644 --- a/os_haiku.h +++ b/os_haiku.h @@ -99,7 +99,7 @@ public: virtual int get_mouse_button_state() const; virtual void set_cursor_shape(CursorShape p_shape); virtual void set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, const Vector2 &p_hotspot); - + virtual int get_screen_count() const; virtual int get_current_screen() const; virtual void set_current_screen(int p_screen);