zathura/render.h
2011-01-07 09:07:02 +01:00

8 lines
150 B
C

/* See LICENSE file for license and copyright information */
#include <stdbool.h>
#include "ft/document.h"
bool page_render(zathura_page_t* page);