D26858: Provide an implementation for the tablet interface
Vlad Zahorodnii
noreply at phabricator.kde.org
Tue Jan 28 10:53:28 GMT 2020
zzag accepted this revision.
zzag added a subscriber: davidedmundson.
zzag added a comment.
This revision is now accepted and ready to land.
Code-wise, this change looks good. I don't have a tablet device to test this patch so you may want to wait for a +1 from @davidedmundson.
INLINE COMMENTS
> tablet_interface.cpp:369
> + void zwp_tablet_manager_v2_get_tablet_seat(Resource *resource, uint32_t tablet_seat,
> + struct ::wl_resource *seat_resource) override {
> + SeatInterface* seat = SeatInterface::get(seat_resource);
The opening brace must be on its own line.
> tablet_interface.cpp:370
> + struct ::wl_resource *seat_resource) override {
> + SeatInterface* seat = SeatInterface::get(seat_resource);
> + TabletSeatInterface *tsi = get(seat);
SeatInterface *seat = SeatInterface::get(seat_resource);
REPOSITORY
R127 KWayland
BRANCH
apol/tablet-unstable-v2-1
REVISION DETAIL
https://phabricator.kde.org/D26858
To: apol, #kwin, #frameworks, zzag
Cc: davidedmundson, zzag, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200128/7510b2f3/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list