From 1019fcd2fc788b615ec0d25fe120cce4c7c13348 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 13 Jun 2012 01:13:50 +0200 Subject: shell: Use GdkRGBA for annotations Use the GdkRGBA API on EvAnnotation, and on GtkColorChooser. taken from: https://git.gnome.org/browse/evince/commit/?id=c523ef8 --- shell/ev-annotation-properties-dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/ev-annotation-properties-dialog.h') diff --git a/shell/ev-annotation-properties-dialog.h b/shell/ev-annotation-properties-dialog.h index f44c6505..75937f41 100644 --- a/shell/ev-annotation-properties-dialog.h +++ b/shell/ev-annotation-properties-dialog.h @@ -43,8 +43,8 @@ GtkWidget *ev_annotation_properties_dialog_new (EvAnno GtkWidget *ev_annotation_properties_dialog_new_with_annotation (EvAnnotation *annot); const gchar *ev_annotation_properties_dialog_get_author (EvAnnotationPropertiesDialog *dialog); -void ev_annotation_properties_dialog_get_color (EvAnnotationPropertiesDialog *dialog, - GdkColor *color); +void ev_annotation_properties_dialog_get_rgba (EvAnnotationPropertiesDialog *dialog, + GdkRGBA *rgba); gdouble ev_annotation_properties_dialog_get_opacity (EvAnnotationPropertiesDialog *dialog); gboolean ev_annotation_properties_dialog_get_popup_is_open (EvAnnotationPropertiesDialog *dialog); EvAnnotationTextIcon ev_annotation_properties_dialog_get_text_icon (EvAnnotationPropertiesDialog *dialog); -- cgit v1.2.1