From 576bd27e11ec70bdbd1b9a644d2e227b57586337 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 00:28:14 -0400 Subject: i ain't splitting alla this up --- platform/x11/x11.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform/x11') diff --git a/platform/x11/x11.c b/platform/x11/x11.c index c117c47..2dde168 100644 --- a/platform/x11/x11.c +++ b/platform/x11/x11.c @@ -11,9 +11,9 @@ #include #include -#include "common.h" #include "teensy.h" -#include "platform.h" +#include "teensy_common.h" +#include "teensy_platform.h" #define SEC2NANO ((uint64_t)1000000000) @@ -70,7 +70,7 @@ void ty_platform_init(struct ty_ctx *ctx) p.dis, p.root, 0, 0, - ctx->creation_hints.win_width, ctx->creation_hints.win_height, + ctx->hints.scr_width, ctx->hints.scr_height, 0, DefaultDepth(p.dis, p.scr), CopyFromParent, -- cgit v1.3-2-g0d8e