Home
last modified time | relevance | path

Searched defs:ClientEntry (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dtaskbar.c49 typedef struct ClientEntry { struct
51 struct ClientEntry *next; argument
52 struct ClientEntry *prev; argument
53 } ClientEntry; typedef
/dports/devel/smc/smc_4_3_0/examples/C++/EX6/
H A DAppServer.h100 ClientEntry(AppClient& client) in ClientEntry() function