Wayland: Clean up pointer declarations

Adapt style to match the rest of the project.

(cherry picked from commit 4506175023)
This commit is contained in:
Camilla Löwy 2022-03-23 18:55:22 +01:00
parent 1ee540bf48
commit 3599fe4a78
4 changed files with 20 additions and 21 deletions

View File

@ -347,7 +347,6 @@ typedef struct _GLFWcursorWayland
int currentImage; int currentImage;
} _GLFWcursorWayland; } _GLFWcursorWayland;
void _glfwAddOutputWayland(uint32_t name, uint32_t version); void _glfwAddOutputWayland(uint32_t name, uint32_t version);
GLFWbool _glfwInputTextWayland(_GLFWwindow* window, uint32_t scancode); GLFWbool _glfwInputTextWayland(_GLFWwindow* window, uint32_t scancode);