Browse Source

Return value in GetClipboardText()

pull/775/head
Ray 5 years ago
parent
commit
50da9f623e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/core.c

+ 2
- 0
src/core.c View File

@ -990,6 +990,8 @@ const char *GetClipboardText(void)
{
#if defined(PLATFORM_DESKTOP)
return glfwGetClipboardString(window);
#else
return NULL;
#endif
}

Loading…
Cancel
Save