cogl/framebuffer: Add COGL_EXPORT to public function

An oversight of 038a3170bf.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1627>
This commit is contained in:
Georges Basile Stavracas Neto 2020-12-09 19:24:52 -03:00
parent f48a86a88e
commit d57bdb0b44

View File

@ -1559,7 +1559,7 @@ cogl_blit_framebuffer (CoglFramebuffer *framebuffer,
* *
* Unlike cogl_framebuffer_finish(), this does not block the CPU. * Unlike cogl_framebuffer_finish(), this does not block the CPU.
*/ */
void COGL_EXPORT void
cogl_framebuffer_flush (CoglFramebuffer *framebuffer); cogl_framebuffer_flush (CoglFramebuffer *framebuffer);
G_END_DECLS G_END_DECLS