Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dsetup.c161 int chatWindowH = CHAT_WINDOW_H; variable
398 (noChatWindow ? 0 : chatWindowH+(brdrW<<1)) + in InitWinSizes()
418 (noChatWindow ? 0 : chatWindowH+(brdrW<<1)); in InverseInitWinSizes()
542 MoveResizeChatWindow(0, cur_y, chatWindowW, chatWindowH); in DoReconfigure()
543 cur_y += chatWindowH + (brdrW<<1); in DoReconfigure()
622 (noChatWindow ? 0 : chatWindowH+(brdrW<<1)) -
1899 chatWindowH = GetInitialChatWindowHeight(); in Setup()
1901 chatWindowH += windowPadding; in Setup()
2002 (noChatWindow ? 0 : chatWindowH+(brdrW<<1))+ in Setup()
2166 0, cur_y, chatWindowW, chatWindowH, brdrW, myBorderPixel, in Setup()
[all …]
H A Dsetup.e62 extern int chatWindowH;
H A Dchat.c510 gstChatInfo.base_win_info.h = chatWindowH; in SetChatWindowGeom()