This commit is contained in:
2026-07-17 16:20:18 +02:00
parent 9186d50d6d
commit 02f2aa88ad
+1 -1
View File
@@ -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 */