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 */