PatchworkOS
Loading...
Searching...
No Matches
poll_ctx_t Struct Reference

#include <dwm.h>

Data Fields

pollfd_t data
 
pollfd_t kbd
 
pollfd_t mouse
 
pollfd_t clients []
 

Detailed Description

Definition at line 20 of file dwm.h.

Field Documentation

◆ clients

pollfd_t poll_ctx_t::clients[]

Definition at line 25 of file dwm.h.

Referenced by dwm_poll_ctx_update(), and dwm_update().

◆ data

pollfd_t poll_ctx_t::data

Definition at line 22 of file dwm.h.

Referenced by dwm_poll_ctx_update(), and dwm_update().

◆ kbd

pollfd_t poll_ctx_t::kbd

Definition at line 23 of file dwm.h.

Referenced by dwm_poll_ctx_update(), and dwm_update().

◆ mouse

pollfd_t poll_ctx_t::mouse

Definition at line 24 of file dwm.h.

Referenced by dwm_poll_ctx_update(), and dwm_update().


The documentation for this struct was generated from the following file: