#include <minigui.h>
Client information.
Definition at line 276 of file minigui.h.
◆ dwAddData
The additional data of the client.
Definition at line 293 of file minigui.h.
◆ fd
The file descriptor of the socket connected to the client.
Definition at line 286 of file minigui.h.
◆ global_res
struct GlobalRes* global_res |
The pointer to the global resoures of the client.
Definition at line 304 of file minigui.h.
◆ has_dirty
Flag indicate whether this client has dirty windows.
Definition at line 289 of file minigui.h.
◆ last_live_time
The last active tick count of the client.
Definition at line 291 of file minigui.h.
◆ layer
The pointer to the layer on which the client lays.
Definition at line 301 of file minigui.h.
◆ name
The name of the client.
Definition at line 279 of file minigui.h.
◆ next
The pointer to the next client in the same layer.
Definition at line 296 of file minigui.h.
◆ pid
PID of the client process.
Definition at line 282 of file minigui.h.
◆ prev
The pointer to the previous client in the same layer.
Definition at line 298 of file minigui.h.
◆ uid
UID of the client process.
Definition at line 284 of file minigui.h.
The documentation for this struct was generated from the following file: