diff options
Diffstat (limited to 'pango-view/viewer-pangox.c')
-rw-r--r-- | pango-view/viewer-pangox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango-view/viewer-pangox.c b/pango-view/viewer-pangox.c index 75126473..084747b3 100644 --- a/pango-view/viewer-pangox.c +++ b/pango-view/viewer-pangox.c @@ -25,7 +25,7 @@ #include <pango/pangox.h> -static void +static void pangox_view_destroy (gpointer instance) { XViewer *x = (XViewer *)instance; @@ -52,7 +52,7 @@ pangox_view_get_context (gpointer instance) return context; } -typedef struct +typedef struct { XViewer *x; Drawable drawable; @@ -75,7 +75,7 @@ render_callback (PangoLayout *layout, x, y); } -static void +static void pangox_view_render (gpointer instance, gpointer surface, PangoContext *context, |