Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h 


Log Message:
let the example compile again

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Ewl.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- Ewl.h       11 Dec 2007 05:51:22 -0000      1.34
+++ Ewl.h       8 Feb 2008 17:40:58 -0000       1.35
@@ -110,6 +110,7 @@
  *
  * @code
  * #include <Ewl.h>
+ * #include <stdio.h>
  *
  * Ewl_Widget *main_win;
  * Ewl_Widget *main_box;
@@ -126,7 +127,7 @@
  *
  * @code
  * void
- * __destroy_main_window(Ewl_Widget *main_win, void *ev_data, void *user_data)
+ * _destroy_main_window(Ewl_Widget *main_win, void *ev_data, void *user_data)
  * {
  *     ewl_widget_destroy(main_win);
  *     ewl_main_quit();
@@ -163,7 +164,7 @@
  *     main_win = ewl_window_new();
  *     ewl_window_title_set(EWL_WINDOW(main_win), "EWL Simple Image Viewer");
  *     ewl_callback_append(main_win, EWL_CALLBACK_DELETE_WINDOW,
- *                         __destroy_main_window, NULL);
+ *                         _destroy_main_window, NULL);
  *     ewl_object_minimum_size_set(EWL_OBJECT(main_win), 100, 100);
  *     ewl_widget_show(main_win);
  * @endcode



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to