Unfucked --enable-drag-drop arg parse #4168
This commit is contained in:
parent
3364d38498
commit
2feb916f2f
|
@ -253,7 +253,7 @@ ArgParser::parseGenericArgs(int argc, const char* const* argv, int& i)
|
||||||
else if (isArg(i, argc, argv, NULL, "--client")) {
|
else if (isArg(i, argc, argv, NULL, "--client")) {
|
||||||
// HACK: stop error happening when using portable (synergyp)
|
// HACK: stop error happening when using portable (synergyp)
|
||||||
}
|
}
|
||||||
else if (isArg(i, argc, argv, NULL, "--enable-drag-drop", 1)) {
|
else if (isArg(i, argc, argv, NULL, "--enable-drag-drop")) {
|
||||||
bool useDragDrop = true;
|
bool useDragDrop = true;
|
||||||
|
|
||||||
#ifdef WINAPI_XWINDOWS
|
#ifdef WINAPI_XWINDOWS
|
||||||
|
|
Loading…
Reference in New Issue