mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
DisplayServer: fix build (Linux)
This commit is contained in:
@@ -66,7 +66,6 @@ static void waylandOutputModeListener(void* data, struct wl_output* output, uint
|
||||
result->width = (uint32_t) width;
|
||||
result->height = (uint32_t) height;
|
||||
result->refreshRate = ffdsParseRefreshRate(refreshRate / 1000);
|
||||
result->brightness = -1;
|
||||
}
|
||||
|
||||
static void waylandGlobalAddListener(void* data, struct wl_registry* registry, uint32_t name, const char* interface, uint32_t version)
|
||||
|
||||
Reference in New Issue
Block a user