mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-29 19:52:01 +00:00
[client] clipboard/wayland: address style nits
This commit is contained in:
committed by
Geoffrey McRae
parent
bf223158d0
commit
2aa2ec31ef
@@ -70,9 +70,7 @@ static bool x11_cb_init(
|
||||
{
|
||||
// final sanity check
|
||||
if (wminfo->subsystem != SDL_SYSWM_X11)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
this = (struct state *)malloc(sizeof(struct state));
|
||||
memset(this, 0, sizeof(struct state));
|
||||
|
||||
Reference in New Issue
Block a user