[pinpoint/wip/speaker-view: 2/3] move documentation of global state to header



commit 472c576dd130b25384d636a8ceb79686abdbb84b
Author: �yvind Kolås <pippin gimp org>
Date:   Wed May 25 03:20:22 2011 +0100

    move documentation of global state to header

 pinpoint.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pinpoint.h b/pinpoint.h
index fc5e074..56d32f0 100644
--- a/pinpoint.h
+++ b/pinpoint.h
@@ -103,8 +103,8 @@ extern char      *pp_output_filename;
 extern gboolean   pp_fullscreen;
 extern gboolean   pp_maximized;
 
-extern GList *pp_slides;
-extern GList *pp_slidep;
+extern GList *pp_slides;  /* list of slide text */
+extern GList *pp_slidep;  /* current slide */
 
 void     pp_parse_slides  (PinPointRenderer *renderer,
                            const char       *slide_src);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]