]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-selection.c
Use IBEAM cursor for text form fields and NORMAL cursor for read only
[evince.git] / libdocument / ev-selection.c
index 2aa45a7cafbd86710695389202ad107a6fead542..f7aee2f79045c68ac2b4f273b85fd819e8f22ef2 100644 (file)
@@ -59,7 +59,7 @@ ev_selection_base_init (gpointer g_class)
 void
 ev_selection_render_selection (EvSelection      *selection,
                               EvRenderContext  *rc,
 void
 ev_selection_render_selection (EvSelection      *selection,
                               EvRenderContext  *rc,
-                              GdkPixbuf       **pixbuf,
+                              cairo_surface_t **surface,
                               EvRectangle      *points,
                               EvRectangle      *old_points,
                               GdkColor        *text,
                               EvRectangle      *points,
                               EvRectangle      *old_points,
                               GdkColor        *text,
@@ -68,7 +68,7 @@ ev_selection_render_selection (EvSelection      *selection,
        EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
 
        iface->render_selection (selection, rc,
        EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
 
        iface->render_selection (selection, rc,
-                                pixbuf,
+                                surface,
                                 points, old_points,
                                 text, base);
 }
                                 points, old_points,
                                 text, base);
 }