diff options
author | Christian Persch <[email protected]> | 2012-06-13 01:13:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-14 20:02:44 +0200 |
commit | 1019fcd2fc788b615ec0d25fe120cce4c7c13348 (patch) | |
tree | 95cd1c6067d84ae9bef5bae2539d85db45a7c474 /shell/ev-annotation-properties-dialog.h | |
parent | 0b8edc9752cc3eef784366e95f038aa442575c71 (diff) | |
download | atril-1019fcd2fc788b615ec0d25fe120cce4c7c13348.tar.bz2 atril-1019fcd2fc788b615ec0d25fe120cce4c7c13348.tar.xz |
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
Diffstat (limited to 'shell/ev-annotation-properties-dialog.h')
-rw-r--r-- | shell/ev-annotation-properties-dialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |