Home
last modified time | relevance | path

Searched refs:other_instance_hash (Results 1 – 1 of 1) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DInstanceCheck.cpp87 uint64_t other_instance_hash = PtrToUint(handle); in EnumWindowsProc() local
93 other_instance_hash += other_instance_hash_major; in EnumWindowsProc()
94 if(my_instance_hash == other_instance_hash) in EnumWindowsProc()