]> O.S.I.I.S - jp/vkvg.git/commitdiff
remove inline statement in tests
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 6 May 2020 10:42:52 +0000 (12:42 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 6 May 2020 10:42:52 +0000 (12:42 +0200)
tests/common/vkengine.c

index c9cf9f30471be2ad8a8811e23e8aa74e1ef7d26c..f1a5c6210f2a1691064e0b53f501e172fc4458a9 100644 (file)
@@ -255,7 +255,7 @@ void vkengine_blitter_run (VkEngine e, VkImage img, uint32_t width, uint32_t hei
             vkh_presenter_build_blit_cmd (p, img, width, height);
     }
 }
-inline bool vkengine_should_close (VkEngine e) {
+bool vkengine_should_close (VkEngine e) {
     return glfwWindowShouldClose (e->window);
 }
 void vkengine_set_title (VkEngine e, const char* title) {