comparison 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
comparison
equal deleted inserted replaced
2405:4f1dd5b277f6 2406:dff5709d36bf
1 /*
2 * gtk_projectm_impl.h: GTK+ ProjectM Implementation.
3 * Copyright (c) 2008 William Pitcock <nenolod@sacredspiral.co.uk>
4 * Portions copyright (c) 2004-2006 Peter Sperl
5 *
6 * This program is free software; you may distribute it under the terms
7 * of the GNU General Public License; version 2.
8 */
9
10 #include <stdio.h>
11 #include <string.h>
12 #include <string.h>
13 #include <stdlib.h>
14 #include <unistd.h>
15 #include <fcntl.h>
16 #include <gtk/gtk.h>
17 #include <gtk/gtkgl.h>
18
19 G_BEGIN_DECLS
20
21 GtkWidget *gtk_projectm_new(void);
22 void gtk_projectm_add_pcm_data(GtkWidget *widget, gint16 pcm_data[2][512]);
23
24 G_END_DECLS