diff options
Diffstat (limited to 'examples/pangocairo-view.c')
-rw-r--r-- | examples/pangocairo-view.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/pangocairo-view.c b/examples/pangocairo-view.c new file mode 100644 index 00000000..c5ba8716 --- /dev/null +++ b/examples/pangocairo-view.c @@ -0,0 +1,8 @@ +#include "viewer.h" + +extern const PangoViewer pangocairo_viewer; + +const PangoViewer *viewers[] = { + &pangocairo_viewer, + NULL +}; |