Files
zdwm/src/backend/x11/internal.h
2026-04-01 16:08:01 +08:00

13 lines
194 B
C

#pragma once
#include <xcb/xcb.h>
#include "core/backend.h" /* IWYU pragma: keep */
struct backend_t {
xcb_connection_t *conn;
xcb_screen_t *screen;
int screenp;
bool have_xfixes;
};