mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-25 14:17:03 +00:00
[client] wm: fix duplicate declaration of static struct
This commit is contained in:
parent
fd009c6392
commit
c650690bcc
@ -52,7 +52,7 @@ struct WMDataWayland
|
||||
struct zwp_confined_pointer_v1 * confinedPointer;
|
||||
};
|
||||
|
||||
struct WMState g_wmState;
|
||||
extern struct WMState g_wmState;
|
||||
|
||||
void wmInit();
|
||||
void wmFree();
|
||||
|
Loading…
Reference in New Issue
Block a user