Implement current drm auth scheme in the drm object

This commit is contained in:
Kristian Høgsberg 2010-08-09 22:11:47 -04:00
parent 3862e43779
commit 640609acfc
5 changed files with 43 additions and 10 deletions

View file

@ -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);
};