summaryrefslogtreecommitdiff
path: root/Source/3rdParty/SDL2/src/video/haiku/SDL_bclipboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/3rdParty/SDL2/src/video/haiku/SDL_bclipboard.h')
-rw-r--r--Source/3rdParty/SDL2/src/video/haiku/SDL_bclipboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/3rdParty/SDL2/src/video/haiku/SDL_bclipboard.h b/Source/3rdParty/SDL2/src/video/haiku/SDL_bclipboard.h
index 2f7a1c2..de69ed3 100644
--- a/Source/3rdParty/SDL2/src/video/haiku/SDL_bclipboard.h
+++ b/Source/3rdParty/SDL2/src/video/haiku/SDL_bclipboard.h
@@ -24,9 +24,9 @@
#ifndef SDL_BCLIPBOARD_H
#define SDL_BCLIPBOARD_H
-extern int BE_SetClipboardText(_THIS, const char *text);
-extern char *BE_GetClipboardText(_THIS);
-extern SDL_bool BE_HasClipboardText(_THIS);
+extern int HAIKU_SetClipboardText(_THIS, const char *text);
+extern char *HAIKU_GetClipboardText(_THIS);
+extern SDL_bool HAIKU_HasClipboardText(_THIS);
#endif