aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index 2ffc577..665134d 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -54,13 +54,13 @@ struct _scslideshow
GtkWidget *drawingarea;
GdkCursor *blank_cursor;
int blank;
- char geom[256];
int slide_width;
int slide_height;
struct inhibit_sys *inhibit;
int linked;
cairo_surface_t *surface;
struct frame *top;
+ int single_monitor;
};