mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/{x11,headless}: fix refresh rate
This commit is contained in:
parent
8f8470aed9
commit
2d6bbf12f8
4 changed files with 24 additions and 6 deletions
|
|
@ -4,6 +4,8 @@
|
|||
#include <wlr/backend/headless.h>
|
||||
#include <wlr/backend/interface.h>
|
||||
|
||||
#define HEADLESS_DEFAULT_REFRESH (60 * 1000) // 60 Hz
|
||||
|
||||
struct wlr_headless_backend {
|
||||
struct wlr_backend backend;
|
||||
struct wlr_egl egl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue