mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:53:01 +01:00
10 lines
185 B
Zig
10 lines
185 B
Zig
const std = @import("std");
|
|
const wayland = @import("wayland");
|
|
|
|
const wl = wayland.client.wl;
|
|
const xdg = wayland.client.xdg;
|
|
|
|
x: i32 = 0,
|
|
y: i32 = 0,
|
|
width: i32 = 0,
|
|
height: i32 = 0,
|