mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-19 10:26:29 +01:00
Make plane_get_property static
This commit is contained in:
parent
408b6e5463
commit
70eca070b6
2 changed files with 1 additions and 4 deletions
|
@ -107,9 +107,6 @@ layer_has_fb(struct liftoff_layer *layer);
|
|||
bool
|
||||
layer_is_visible(struct liftoff_layer *layer);
|
||||
|
||||
struct liftoff_plane_property *
|
||||
plane_get_property(struct liftoff_plane *plane, const char *name);
|
||||
|
||||
int
|
||||
plane_apply(struct liftoff_plane *plane, struct liftoff_layer *layer,
|
||||
drmModeAtomicReq *req);
|
||||
|
|
2
plane.c
2
plane.c
|
@ -158,7 +158,7 @@ liftoff_plane_get_id(struct liftoff_plane *plane)
|
|||
return plane->id;
|
||||
}
|
||||
|
||||
struct liftoff_plane_property *
|
||||
static struct liftoff_plane_property *
|
||||
plane_get_property(struct liftoff_plane *plane, const char *name)
|
||||
{
|
||||
size_t i;
|
||||
|
|
Loading…
Reference in a new issue