aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/backend/x11.h')
-rw-r--r--include/wlr/backend/x11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/backend/x11.h b/include/wlr/backend/x11.h
index 5a6f050b..90918f3f 100644
--- a/include/wlr/backend/x11.h
+++ b/include/wlr/backend/x11.h
@@ -17,7 +17,7 @@
* to NULL for the default behaviour of XOpenDisplay.
*/
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
- const char *x11_display, wlr_renderer_create_func_t create_renderer_func);
+ const char *x11_display);
/**
* Adds a new output to this backend. You may remove outputs by destroying them.