aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-17 18:02:55 +0100
committeremersion <contact@emersion.fr>2017-12-17 18:02:55 +0100
commit0256de00029e8f17da0514e14460fb9ff2283433 (patch)
treefed0f00d1888d0c6509b071668a03a372691f9f0 /include/wlr/backend
parentb852fb9a2b3842dc6d122a2483c11322beb7a489 (diff)
Add full refresh rate support to custom modes
Diffstat (limited to 'include/wlr/backend')
-rw-r--r--include/wlr/backend/headless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/backend/headless.h b/include/wlr/backend/headless.h
index 475c2f6c..245a65dc 100644
--- a/include/wlr/backend/headless.h
+++ b/include/wlr/backend/headless.h
@@ -9,5 +9,6 @@ struct wlr_output *wlr_headless_add_output(struct wlr_backend *backend,
unsigned int width, unsigned int height);
struct wlr_input_device *wlr_headless_add_input(struct wlr_backend *backend,
enum wlr_input_device_type type);
+bool wlr_backend_is_headless(struct wlr_backend *backend);
#endif