mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
Explicitly export EFL symbols
This commit is contained in:
parent
f27c0b44b8
commit
86269052eb
54 changed files with 397 additions and 2 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "backend/drm/drm.h"
|
||||
#include "backend/drm/iface.h"
|
||||
#include "backend/drm/util.h"
|
||||
#include "util/defs.h"
|
||||
#include "util/signal.h"
|
||||
|
||||
bool wlr_drm_check_features(struct wlr_drm_backend *drm) {
|
||||
|
|
@ -728,6 +729,7 @@ static struct wlr_output_impl output_impl = {
|
|||
.get_gamma_size = wlr_drm_connector_get_gamma_size,
|
||||
};
|
||||
|
||||
WLR_API
|
||||
bool wlr_output_is_drm(struct wlr_output *output) {
|
||||
return output->impl == &output_impl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue