diff src/projectm-1.0/gtk_projectm_impl.h @ 2406:dff5709d36bf

Reimplement using a GTK+ widget.
author William Pitcock <nenolod@atheme.org>
date Mon, 18 Feb 2008 01:46:46 -0600
parents
children f67bdd91620a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/projectm-1.0/gtk_projectm_impl.h	Mon Feb 18 01:46:46 2008 -0600
@@ -0,0 +1,24 @@
+/*
+ * gtk_projectm_impl.h: GTK+ ProjectM Implementation.
+ * Copyright (c) 2008 William Pitcock <nenolod@sacredspiral.co.uk>
+ * Portions copyright (c) 2004-2006 Peter Sperl
+ *
+ * This program is free software; you may distribute it under the terms
+ * of the GNU General Public License; version 2.
+ */
+
+#include <stdio.h>
+#include <string.h>
+#include <string.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <gtk/gtk.h>
+#include <gtk/gtkgl.h>
+
+G_BEGIN_DECLS
+
+GtkWidget *gtk_projectm_new(void);
+void gtk_projectm_add_pcm_data(GtkWidget *widget, gint16 pcm_data[2][512]);
+
+G_END_DECLS