Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchat.e36 extern int IsChatWindowEvent ARGS_DECL((XEvent*, TidgetInfo**));
H A Dmainloop.c451 } else if (IsChatWindowEvent(input, &handling_pti)) {
1611 } else if (chatWindow != None && IsChatWindowEvent(&input, &handling_pti)) {
H A Dchat.c403 int IsChatWindowEvent(input, ppti_handler_tidget_return) in IsChatWindowEvent() function