Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/ev-selection.c4
-rw-r--r--backend/ev-selection.h8
2 files changed, 6 insertions, 6 deletions
diff --git a/backend/ev-selection.c b/backend/ev-selection.c
index f9f73e0..36c32e3 100644
--- a/backend/ev-selection.c
+++ b/backend/ev-selection.c
@@ -62,8 +62,8 @@ ev_selection_render_selection (EvSelection *selection,
GdkPixbuf **pixbuf,
EvRectangle *points,
EvRectangle *old_points,
- guint text,
- guint base)
+ GdkColor *text,
+ GdkColor *base)
{
EvSelectionIface *iface = EV_SELECTION_GET_IFACE (selection);
diff --git a/backend/ev-selection.h b/backend/ev-selection.h
index 8ed416b..d081604 100644
--- a/backend/ev-selection.h
+++ b/backend/ev-selection.h
@@ -48,8 +48,8 @@ struct _EvSelectionIface
GdkPixbuf **pixbuf,
EvRectangle *points,
EvRectangle *old_points,
- guint text,
- guint base);
+ GdkColor *text,
+ GdkColor *base);
GdkRegion * (* get_selection_map) (EvSelection *selection,
EvRenderContext *rc);
GdkRegion * (* get_selection_region) (EvSelection *selection,
@@ -63,8 +63,8 @@ void ev_selection_render_selection (EvSelection *selection,
GdkPixbuf **pixbuf,
EvRectangle *points,
EvRectangle *old_points,
- guint text,
- guint base);
+ GdkColor *text,
+ GdkColor *base);
GdkRegion *ev_selection_get_selection_map (EvSelection *selection,
EvRenderContext *rc);
GdkRegion *ev_selection_get_selection_region (EvSelection *selection,