mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
UI: Support JXR image dropEvent on Windows
This commit is contained in:
@@ -17,8 +17,11 @@ using namespace std;
|
||||
|
||||
static const char *textExtensions[] = {"txt", "log", nullptr};
|
||||
|
||||
static const char *imageExtensions[] = {"bmp", "tga", "png", "jpg",
|
||||
"jpeg", "gif", "webp", nullptr};
|
||||
static const char *imageExtensions[] = {"bmp", "gif", "jpeg", "jpg",
|
||||
#ifdef _WIN32
|
||||
"jxr",
|
||||
#endif
|
||||
"png", "tga", "webp", nullptr};
|
||||
|
||||
static const char *htmlExtensions[] = {"htm", "html", nullptr};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user