aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index f52313e..be96303 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -58,11 +58,12 @@ struct _scslideshow
int slide_height;
int xoff;
int yoff;
- struct inhibit_sys *inhibit;
int linked;
cairo_surface_t *surface;
struct frame *top;
int single_monitor;
+ uint inhibit_cookie;
+ GtkApplication *app;
};
@@ -74,7 +75,7 @@ struct _scslideshowclass
typedef struct _scslideshow SCSlideshow;
typedef struct _scslideshowclass SCSlideshowClass;
-extern SCSlideshow *sc_slideshow_new(struct presentation *p);
+extern SCSlideshow *sc_slideshow_new(struct presentation *p, GtkApplication *app);
extern void sc_slideshow_set_slide(SCSlideshow *ss, SCBlock *ns);
#endif /* SLIDESHOW_H */