diff options
author | Marvin Borner | 2021-05-24 13:44:52 +0200 |
---|---|---|
committer | Marvin Borner | 2021-05-24 13:44:52 +0200 |
commit | a0a1b1318dc886c72eaf60792dbb40f1ea3eeb97 (patch) | |
tree | fd437fcbd82b49d99c71aa046607ad2ed2cea956 /libs/libgui | |
parent | 6ee053435d40a844656a0c4b7ab7617d29b5d759 (diff) |
Fixed formatting
Diffstat (limited to 'libs/libgui')
-rw-r--r-- | libs/libgui/gfx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libgui/gfx.c b/libs/libgui/gfx.c index 8bdea87..373c099 100644 --- a/libs/libgui/gfx.c +++ b/libs/libgui/gfx.c @@ -204,7 +204,8 @@ static void gfx_image_cache_save(const char *path, struct bmp *bmp) list_add(gfx_image_cache_list, cache); } -void gfx_load_image_filter(struct gfx_context *ctx, vec2 pos, enum gfx_filter filter, const char *path) +void gfx_load_image_filter(struct gfx_context *ctx, vec2 pos, enum gfx_filter filter, + const char *path) { // TODO: Detect image type |