diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-28 23:41:35 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-28 23:41:35 +0300 |
commit | d921021132367076cd2a5f120b3a49db6e29acf7 (patch) | |
tree | b118977ae998023c71d5e2e2c69d3051dfb77e4a /src/ui/window.h | |
parent | 1a8a0170168568d1c3f075cc2996aceda08e790d (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.h | 1 |
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 *); | |||
31 | iInt2 coord_Window (const iWindow *, int x, int y); | 31 | iInt2 coord_Window (const iWindow *, int x, int y); |
32 | iInt2 mouseCoord_Window (const iWindow *); | 32 | iInt2 mouseCoord_Window (const iWindow *); |
33 | uint32_t frameTime_Window (const iWindow *); | 33 | uint32_t frameTime_Window (const iWindow *); |
34 | SDL_Renderer *renderer_Window (const iWindow *); | ||
34 | 35 | ||
35 | iWindow * get_Window (void); | 36 | iWindow * get_Window (void); |