~ubuntu-branches/ubuntu/trusty/evince/trusty-proposed

« back to all changes in this revision

Viewing changes to backend/ev-document-misc.h

Tags: upstream-0.5.1
ImportĀ upstreamĀ versionĀ 0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *  along with this program; if not, write to the Free Software
17
17
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
18
 *
19
 
 *  $Id: ev-document-misc.h,v 1.4 2005/08/25 06:34:18 jrb Exp $
 
19
 *  $Id: ev-document-misc.h,v 1.5 2006/02/24 19:13:39 nshmyrev Exp $
20
20
 */
21
21
 
22
22
#ifndef EV_DOCUMENT_MISC_H
39
39
void       ev_document_misc_paint_one_page       (GdkDrawable  *drawable,
40
40
                                                  GtkWidget    *widget,
41
41
                                                  GdkRectangle *area,
42
 
                                                  GtkBorder    *border);
 
42
                                                  GtkBorder    *border,
 
43
                                                  gboolean      highlight);
43
44
 
44
45
G_END_DECLS
45
46