dotfiles/scripts/wlbg/src/PointerState.zig

5 lines
101 B
Zig
Raw Normal View History

2023-10-28 11:51:12 +02:00
const wl = @import("wayland").client.wl;
active_surface_idx: ?usize,
surface_positions: [][2]c_int,