mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-30 13:18:22 +00:00
[client] wm: fix duplicate declaration of static struct
This commit is contained in:
@@ -273,7 +273,7 @@ static void pointerAxisHandler(void * data, struct wl_pointer * pointer,
|
||||
// Do nothing.
|
||||
}
|
||||
|
||||
static void pointerButtonHandler(void *data, struct wl_pointer *pointer,
|
||||
static void pointerButtonHandler(void *data, struct wl_pointer *pointer,
|
||||
uint32_t serial, uint32_t time, uint32_t button, uint32_t stateW)
|
||||
{
|
||||
// Do nothing.
|
||||
|
||||
Reference in New Issue
Block a user