mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
Added example.
This commit is contained in:
parent
e9d716fc0c
commit
e446a5300b
12 changed files with 220 additions and 13 deletions
|
|
@ -57,8 +57,7 @@ struct wlr_drm_display {
|
|||
bool cleanup;
|
||||
};
|
||||
|
||||
bool wlr_drm_display_modeset(struct wlr_drm_backend *backend,
|
||||
struct wlr_drm_display *disp, const char *str);
|
||||
bool wlr_drm_display_modeset(struct wlr_drm_display *disp, const char *str);
|
||||
void wlr_drm_display_free(struct wlr_drm_display *disp, bool restore);
|
||||
|
||||
void wlr_drm_display_begin(struct wlr_drm_display *disp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue