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:
apio 2024-05-01 18:21:44 +02:00
parent c0250286b8
commit 35fe88364c
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -50,7 +50,6 @@ enum wind_client_message
{
wind_ServerError,
wind_CreateWindowResponse,
wind_WindowCloseRequest,
wind_MouseEvent,
wind_MouseLeave,
wind_GetScreenRectResponse,
@ -113,11 +112,6 @@ struct wind_create_window_response
char shm_path[WIND_STRING_LENGTH];
};
struct wind_window_close_request
{
int window;
};
enum wind_mouse_button
{
wind_mouse_Left = (1 << 0),