Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
multimedia:proaudio
denemo
denemo-EvDocument.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File denemo-EvDocument.patch of Package denemo
diff -up denemo-2.6.0/src/source/proof.c.orig denemo-2.6.0/src/source/proof.c --- denemo-2.6.0/src/source/proof.c.orig 2022-03-11 13:15:53.614541275 +0100 +++ denemo-2.6.0/src/source/proof.c 2024-11-09 14:25:33.939524491 +0100 @@ -280,7 +280,7 @@ press (EvView * view, GdkEventButton * infodialog (help_text); nearest_annotation_text = NULL; extern EvMappingList * ev_document_annotations_get_annotations(); - EvMappingList *mapping_list = ev_document_annotations_get_annotations (doc, ev_document_get_page(doc, i)); + EvMappingList *mapping_list = ev_document_annotations_get_annotations ((EvDocumentAnnotations *)doc, ev_document_get_page(doc, i)); if(mapping_list) { gdouble nearest = G_MAXDOUBLE; @@ -313,7 +313,7 @@ find_annotated_pages (EvDocumentModel *m for (i=0; i< ev_document_get_n_pages(doc);i++) { extern EvMappingList * ev_document_annotations_get_annotations(); - EvMappingList *mapping_list = ev_document_annotations_get_annotations (doc, ev_document_get_page(doc, i)); + EvMappingList *mapping_list = ev_document_annotations_get_annotations ((EvDocumentAnnotations *)doc, ev_document_get_page(doc, i)); if(mapping_list) { annotated_pages = g_list_append (annotated_pages, GINT_TO_POINTER(i));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor