|
PatchworkOS
|
#include <cmd.h>
Data Fields | |
| cmd_header_t | header |
| surface_type_t | type |
| rect_t | rect |
| char | name [MAX_NAME] |
| cmd_header_t cmd_surface_new_t::header |
| char cmd_surface_new_t::name[MAX_NAME] |
Definition at line 58 of file cmd.h.
Referenced by client_action_surface_new(), and window_new().
| rect_t cmd_surface_new_t::rect |
Definition at line 57 of file cmd.h.
Referenced by client_action_surface_new(), and window_new().
| surface_type_t cmd_surface_new_t::type |
Definition at line 56 of file cmd.h.
Referenced by client_action_surface_new(), and window_new().