diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-05-29 17:38:31 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-05-29 17:38:31 +0200 |
commit | 6e8575670fd9f5ab9fb9163a572df59aea7d05aa (patch) | |
tree | b65537d555d09659c5d5e971618c909ef35db4f3 /src/presentation.h | |
parent | 039b0185c985cbd0c7ef504df32afa73094235fc (diff) |
Add menu item (and hotkey) to start presentation
Diffstat (limited to 'src/presentation.h')
-rw-r--r-- | src/presentation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h index d9583fe..ba4dd90 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -57,6 +57,7 @@ struct presentation GtkIMContext *im_context; GtkWidget *slideshow; GtkWidget *ss_drawingarea; + GdkCursor *blank_cursor; double slide_width; double slide_height; |