From 02f2aa88ad538204f860dcc4e84bd7e8e5e530cb Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 17 Jul 2026 16:20:18 +0200 Subject: [PATCH] whatevs --- cmenu/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmenu/platform.h b/cmenu/platform.h index e98d53b..89adcb5 100644 --- a/cmenu/platform.h +++ b/cmenu/platform.h @@ -45,7 +45,7 @@ int ScreenGetWidth(Screen screen); int ScreenGetHeight(Screen screen); // Make a window specifically suitable for tools like launchers. // Always on top, not resizable, closes on lost focus. -Window ScreenMakeStaticWindow(int x, int y, int width, int height); +Window ScreenMakeStaticWindow(int x, int y, int pixel_width, int pixel_height); void WindowClear(Color color); #endif /* PLATFORM */