Kaynağa Gözat

Return value in GetClipboardText()

pull/775/head
Ray 5 yıl önce
ebeveyn
işleme
50da9f623e
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      src/core.c

+ 2
- 0
src/core.c Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet