Skip to content

Commit 24e6db3

Browse files
committed
Core: X11: Hopefully fix ci
1 parent 31a51b3 commit 24e6db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/linux/X11.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pub fn initWindow(
135135

136136
const blank_pixmap = libx11.?.XCreatePixmap(display, x_window_id, 1, 1, 1);
137137
var color = c.XColor{};
138-
core_window.refresh_rate = blk: {
138+
core_window.frame.target = blk: {
139139
if (libxrr) |_libxrr| {
140140
const conf = _libxrr.XRRGetScreenInfo(display, root_window);
141141
break :blk @intCast(_libxrr.XRRConfigCurrentRate(conf));

0 commit comments

Comments
 (0)