Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ev-selection.h')
-rw-r--r--backend/ev-selection.h8
1 files changed, 4 insertions, 4 deletions
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,