Home
last modified time | relevance | path

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

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dtray.c33 static unsigned int trayCount; variable
61 trayCount = 0; in InitializeTray()
169 trayCount += 1; in StartupTray()
1007 return trayCount; in GetTrayCount()
H A Dclient.c1089 int trayCount; in RestackClients() local
1098 trayCount = GetTrayCount(); in RestackClients()
1099 stack = AllocateStack((clientCount + trayCount) * sizeof(Window)); in RestackClients()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp5789 int trayCount = (behaviorIconTray_ == UNREAD_COUNT_ICON_TRAY) ? unreadCount : newCount; in slotRefreshInfoTray() local
5791 if (trayCount != 0) { in slotRefreshInfoTray()
5795 if (trayCount > 99) { in slotRefreshInfoTray()
5797 if (trayCount < 1000) { in slotRefreshInfoTray()
5799 trayCountStr = QString::number(trayCount); in slotRefreshInfoTray()
5807 trayCountStr = QString::number(trayCount); in slotRefreshInfoTray()