Fixed missing return.
This commit is contained in:
parent
d5b3558402
commit
c8e85338b7
@ -167,6 +167,7 @@ UwacReturnCode UwacSeatRegisterClipboard(UwacSeat* s)
|
||||
}
|
||||
|
||||
event->seat = s;
|
||||
return UWAC_SUCCESS;
|
||||
}
|
||||
|
||||
UwacReturnCode UwacClipboardOfferDestroy(UwacSeat* seat)
|
||||
|
Loading…
Reference in New Issue
Block a user