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
+7 -7
View File
@@ -720,10 +720,10 @@ static void dataDeviceHandleDataOffer(void* data,
static void dataDeviceHandleEnter(void* data,
struct wl_data_device* device,
uint32_t serial,
struct wl_surface *surface,
struct wl_surface* surface,
wl_fixed_t x,
wl_fixed_t y,
struct wl_data_offer *offer)
struct wl_data_offer* offer)
{
}
@@ -864,8 +864,8 @@ static void registryHandleGlobal(void* data,
}
}
static void registryHandleGlobalRemove(void *data,
struct wl_registry *registry,
static void registryHandleGlobalRemove(void* data,
struct wl_registry* registry,
uint32_t name)
{
int i;
@@ -1030,9 +1030,9 @@ static void createKeyTables(void)
int _glfwPlatformInit(void)
{
const char *cursorTheme;
const char *cursorSizeStr;
char *cursorSizeEnd;
const char* cursorTheme;
const char* cursorSizeStr;
char* cursorSizeEnd;
long cursorSizeLong;
int cursorSize;