Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dsm.cpp48 static const char* const window_type_names[] = { variable
57 return window_type_names[ type + 1 ]; // +1 (unknown==-1) in windowTypeToTxt()
69 if (qstrcmp(txt, window_type_names[ i + 1 ]) == 0) // +1 in txtToWindowType()