whatevs
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ int ScreenGetWidth(Screen screen);
|
|||||||
int ScreenGetHeight(Screen screen);
|
int ScreenGetHeight(Screen screen);
|
||||||
// Make a window specifically suitable for tools like launchers.
|
// Make a window specifically suitable for tools like launchers.
|
||||||
// Always on top, not resizable, closes on lost focus.
|
// 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);
|
void WindowClear(Color color);
|
||||||
|
|
||||||
#endif /* PLATFORM */
|
#endif /* PLATFORM */
|
||||||
|
|||||||
Reference in New Issue
Block a user