[maemo-commits] [maemo-commits] r18902 - in projects/haf/trunk/sapwood: . demos

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jul 20 16:58:39 EEST 2009
Author: herzi
Date: 2009-07-20 16:58:37 +0300 (Mon, 20 Jul 2009)
New Revision: 18902

Added:
   projects/haf/trunk/sapwood/demos/rgba-demo.c
Modified:
   projects/haf/trunk/sapwood/ChangeLog
   projects/haf/trunk/sapwood/demos/Makefile.am
Log:
2009-01-09  Sven Herzberg  <sven at imendio.com>

	Started work on the RGBA demo

	* demos/Makefile.am,
	* demos/rgba-demo.c: added the skeleton for the demo



Modified: projects/haf/trunk/sapwood/ChangeLog
===================================================================
--- projects/haf/trunk/sapwood/ChangeLog	2009-07-20 13:57:20 UTC (rev 18901)
+++ projects/haf/trunk/sapwood/ChangeLog	2009-07-20 13:58:37 UTC (rev 18902)
@@ -20,6 +20,13 @@
 
 2009-01-09  Sven Herzberg  <sven at imendio.com>
 
+	Started work on the RGBA demo
+
+	* demos/Makefile.am,
+	* demos/rgba-demo.c: added the skeleton for the demo
+
+2009-01-09  Sven Herzberg  <sven at imendio.com>
+
 	Use 32-bit code if possible and requested
 
 	* demos/gradient.c (main): now you can request 32-bit code by passing

Modified: projects/haf/trunk/sapwood/demos/Makefile.am
===================================================================
--- projects/haf/trunk/sapwood/demos/Makefile.am	2009-07-20 13:57:20 UTC (rev 18901)
+++ projects/haf/trunk/sapwood/demos/Makefile.am	2009-07-20 13:58:37 UTC (rev 18902)
@@ -8,6 +8,7 @@
 noinst_PROGRAMS = \
 	$(TEST_PROGS) \
 	gradient \
+	rgba-demo \
 	treeview
 
 CLEANFILES = engines

Added: projects/haf/trunk/sapwood/demos/rgba-demo.c
===================================================================
--- projects/haf/trunk/sapwood/demos/rgba-demo.c	2009-07-20 13:57:20 UTC (rev 18901)
+++ projects/haf/trunk/sapwood/demos/rgba-demo.c	2009-07-20 13:58:37 UTC (rev 18902)
@@ -0,0 +1,34 @@
+/* This file is part of GTK+ Sapwood Engine
+ *
+ * AUTHORS
+ *     Sven Herzberg  <sven at imendio.com>
+ *
+ * Copyright (C) 2009  Sven Herzberg
+ *
+ * This work is provided "as is"; redistribution and modification
+ * in whole or in part, in any medium, physical or electronic is
+ * permitted without restriction.
+ *
+ * This work is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * In no event shall the authors or contributors be liable for any
+ * direct, indirect, incidental, special, exemplary, or consequential
+ * damages (including, but not limited to, procurement of substitute
+ * goods or services; loss of use, data, or profits; or business
+ * interruption) however caused and on any theory of liability, whether
+ * in contract, strict liability, or tort (including negligence or
+ * otherwise) arising in any way out of the use of this software, even
+ * if advised of the possibility of such damage.
+ */
+
+#include <gtk/gtk.h>
+
+int
+main (int   argc,
+      char**argv)
+{
+  return 0;
+}
+

More information about the maemo-commits mailing list