mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-30 20:34:19 +01:00
Add opaque structs forward declaration in libliftoff.h
This commit is contained in:
parent
fe1ee8563d
commit
3671a64ade
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <xf86drmMode.h>
|
#include <xf86drmMode.h>
|
||||||
|
|
||||||
|
struct liftoff_display;
|
||||||
|
struct liftoff_output;
|
||||||
|
struct liftoff_layer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize libliftoff for a DRM node. The node is expected to have
|
* Initialize libliftoff for a DRM node. The node is expected to have
|
||||||
* DRM_CLIENT_CAP_UNIVERSAL_PLANES and DRM_CLIENT_CAP_ATOMIC enabled.
|
* DRM_CLIENT_CAP_UNIVERSAL_PLANES and DRM_CLIENT_CAP_ATOMIC enabled.
|
||||||
|
|
Loading…
Add table
Reference in a new issue