aboutsummaryrefslogtreecommitdiff
path: root/src/gfx/inc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-23 04:12:56 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-09-23 04:12:56 +0200
commit06b1a3c58d95ad57f42ae38ef4e5c355949135c0 (patch)
treeb00e8a52b811fc230e75eaceb16523ae20ec2f47 /src/gfx/inc
parent0666c70c480c4a258a25802d8bfb87f368a599ea (diff)
downloadjancity-06b1a3c58d95ad57f42ae38ef4e5c355949135c0.tar.gz
gfx: Provide functions for fullscreen handling
Diffstat (limited to 'src/gfx/inc')
-rw-r--r--src/gfx/inc/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfx/inc/gfx.h b/src/gfx/inc/gfx.h
index 686839a..9c4eccd 100644
--- a/src/gfx/inc/gfx.h
+++ b/src/gfx/inc/gfx.h
@@ -13,6 +13,8 @@ extern "C"
int gfx_init(void);
int gfx_draw(void);
int gfx_toggle_fullscreen(void);
+bool gfx_toggle_fullscreen_available(void);
+bool gfx_fullscreen(void);
void sprite_sort(struct sprite *s);
int sprite_clone(const struct sprite *src, struct sprite *dst);
void rect_init(struct rect *r);