]> git.mdlowis.com Git - proto/labwc.git/commit
xwayland: Add mapped argument to xwayland_view_create()
authorJohn Lindgren <john@jlindgren.net>
Wed, 19 Apr 2023 22:10:07 +0000 (18:10 -0400)
committerJohn Lindgren <john@jlindgren.net>
Sat, 6 May 2023 16:12:13 +0000 (12:12 -0400)
commit5b962d5437d579e1129aab90b6ccbf6b709e71c7
tree9b17da9f4b1052c84e9e39e5ed88150c86b058f1
parent9a9e20d2b0dba9d26c92838c5291bd1517f1564a
xwayland: Add mapped argument to xwayland_view_create()

This is a trivial cleanup to make xwayland_view_create() symmetrical with
xwayland_unmanaged_create(), and avoid the need to access view->impl from
xwayland-unmanaged.c.

The return value of xwayland_view_create() is no longer user, so return void.

No functional change.
include/xwayland.h
src/xwayland-unmanaged.c
src/xwayland.c