summaryrefslogtreecommitdiff
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-28 23:41:35 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-28 23:41:35 +0300
commitd921021132367076cd2a5f120b3a49db6e29acf7 (patch)
treeb118977ae998023c71d5e2e2c69d3051dfb77e4a /src/ui/window.h
parent1a8a0170168568d1c3f075cc2996aceda08e790d (diff)
Loading and rendering images in the document
There can be multiple inline media requests on the page. Images are always associated with a link.
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 70e52751..413c454c 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -31,5 +31,6 @@ float uiScale_Window (const iWindow *);
31iInt2 coord_Window (const iWindow *, int x, int y); 31iInt2 coord_Window (const iWindow *, int x, int y);
32iInt2 mouseCoord_Window (const iWindow *); 32iInt2 mouseCoord_Window (const iWindow *);
33uint32_t frameTime_Window (const iWindow *); 33uint32_t frameTime_Window (const iWindow *);
34SDL_Renderer *renderer_Window (const iWindow *);
34 35
35iWindow * get_Window (void); 36iWindow * get_Window (void);