fix: Remove the server->client message "WindowCloseRequest"
This was removed in upstream wind as well, because it's no longer needed.
This commit is contained in:
parent
c0250286b8
commit
35fe88364c
@ -50,7 +50,6 @@ enum wind_client_message
|
|||||||
{
|
{
|
||||||
wind_ServerError,
|
wind_ServerError,
|
||||||
wind_CreateWindowResponse,
|
wind_CreateWindowResponse,
|
||||||
wind_WindowCloseRequest,
|
|
||||||
wind_MouseEvent,
|
wind_MouseEvent,
|
||||||
wind_MouseLeave,
|
wind_MouseLeave,
|
||||||
wind_GetScreenRectResponse,
|
wind_GetScreenRectResponse,
|
||||||
@ -113,11 +112,6 @@ struct wind_create_window_response
|
|||||||
char shm_path[WIND_STRING_LENGTH];
|
char shm_path[WIND_STRING_LENGTH];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wind_window_close_request
|
|
||||||
{
|
|
||||||
int window;
|
|
||||||
};
|
|
||||||
|
|
||||||
enum wind_mouse_button
|
enum wind_mouse_button
|
||||||
{
|
{
|
||||||
wind_mouse_Left = (1 << 0),
|
wind_mouse_Left = (1 << 0),
|
||||||
|
Loading…
Reference in New Issue
Block a user