|
The Pedigree Project
0.1
|
#include <protocol.h>
Collaboration diagram for LibUiProtocol::WindowManagerMessage:Public Attributes | |
| MessageIdentifiers | messageCode |
| Code of the message being sent. | |
| handle_t | widgetHandle |
| Handle for the widget being referred to. Zero if no widget. | |
| size_t | messageSize |
| Size of the data in the message (after this header). | |
| bool | isResponse |
| Whether this message is a response from the window manager or not. | |
Applied as the header on a request or notification sent via IPC.
Definition at line 165 of file protocol.h.
1.8.11