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

#include <cmd.h>

Data Fields

cmd_header_t header
 
surface_type_t type
 
rect_t rect
 
char name [MAX_NAME]
 

Detailed Description

Definition at line 53 of file cmd.h.

Field Documentation

◆ header

cmd_header_t cmd_surface_new_t::header

Definition at line 55 of file cmd.h.

◆ name

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

rect_t cmd_surface_new_t::rect

Definition at line 57 of file cmd.h.

Referenced by client_action_surface_new(), and window_new().

◆ type

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().


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