mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-23 06:59:47 -05:00
Implement current drm auth scheme in the drm object
This commit is contained in:
parent
3862e43779
commit
640609acfc
5 changed files with 43 additions and 10 deletions
|
|
@ -141,7 +141,7 @@ struct wlsc_compositor {
|
|||
|
||||
uint32_t focus;
|
||||
|
||||
void (*authenticate)(struct wlsc_compositor *c, uint32_t id);
|
||||
int (*authenticate)(struct wlsc_compositor *c, uint32_t id);
|
||||
void (*present)(struct wlsc_compositor *c);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue