~pkgcrosswire/xiphos/main

« back to all changes in this revision

Viewing changes to src/gecko/Yelper.h

  • Committer: Dmitrijs Ledkovs
  • Date: 2010-11-14 00:38:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: dmitrij.ledkov@ubuntu.com-20101114003852-sjt227lz4qqi85xj
New upstream release 3.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include <nsCOMPtr.h>
30
30
#include <nsIDOMNode.h>
31
31
 
32
 
#ifdef USE_GTKUPRINT
 
32
#ifdef HAVE_GTKUPRINT
33
33
#include "gecko/gecko-print.h"
34
34
#endif
35
35
#include "main/module_dialogs.h"
63
63
        gint ProcessKeyDownEvent(GtkMozEmbed *embed, gpointer dom_event);
64
64
        gint ProcessKeyReleaseEvent(GtkMozEmbed *embed, gpointer dom_event);
65
65
        void SetRTL();
66
 
#ifdef USE_GTKUPRINT
 
66
#ifdef HAVE_GTKUPRINT
67
67
        nsresult Print (GeckoPrintInfo *print_info, PRBool preview,
68
68
                        gint *prev_pages);
69
69
#endif