#include <minigui.h>
Data Fields
Detailed Description
Client information.
Definition at line 129 of file minigui.h.
Field Documentation
The additional data of the client.
Definition at line 146 of file minigui.h.
The file descriptor of the socket connected to the client.
Definition at line 139 of file minigui.h.
The pointer to the global resoures of the client.
Definition at line 157 of file minigui.h.
Flag indicate whether this client has dirty windows.
Definition at line 142 of file minigui.h.
The last active tick count of the client.
Definition at line 144 of file minigui.h.
The pointer to the layer on which the client lays.
Definition at line 154 of file minigui.h.
char name[LEN_CLIENT_NAME+1] |
The name of the client.
Definition at line 132 of file minigui.h.
The pointer to the next client in the same layer.
Definition at line 149 of file minigui.h.
PID of the client process.
Definition at line 135 of file minigui.h.
The pointer to the previous client in the same layer.
Definition at line 151 of file minigui.h.
UID of the client process.
Definition at line 137 of file minigui.h.
The documentation for this struct was generated from the following file: