summaryrefslogtreecommitdiff
path: root/navit/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/gui.h')
-rw-r--r--navit/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/gui.h b/navit/gui.h
index 7787158cc..d0158a784 100644
--- a/navit/gui.h
+++ b/navit/gui.h
@@ -36,6 +36,7 @@ struct gui_methods {
int (*run_main_loop)(struct gui_priv *priv);
struct datawindow_priv *(*datawindow_new)(struct gui_priv *priv, char *name, struct callback *click, struct callback *close, struct datawindow_methods *meth);
int (*add_bookmark)(struct gui_priv *priv, struct pcoord *c, char *description);
+ void (*disable_suspend)(struct gui_priv *priv);
};