Searched refs:allowDistributed (Results 1 – 2 of 2) sorted by relevance
166 bool allowDistributed { true };
1851 …cJSON *allowDistributed = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_allow_distr… in ParserExtraInfo() local1852 if (cJSON_IsBool(allowDistributed)) { in ParserExtraInfo()1853 extraInfo.allowDistributed = cJSON_IsTrue(allowDistributed) ? true : false; in ParserExtraInfo()1871 return g_drawingInfo.extraInfo.allowDistributed; in GetAllowDragState()