Search
lxdream.org :: lxdream/src/gtkui/ctrl_dlg.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/ctrl_dlg.c
changeset 669:ab344e42bca9
prev628:bd46e2c4c479
next736:a02d1475ccfd
author nkeynes
date Mon May 12 10:00:13 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Cleanup most of the -Wall warnings (getting a bit sloppy...)
Convert FP code to use fixed banks rather than indirect pointer
(3-4% faster this way now)
file annotate diff log raw
1.1 --- a/src/gtkui/ctrl_dlg.c Fri Feb 08 00:59:15 2008 +0000
1.2 +++ b/src/gtkui/ctrl_dlg.c Mon May 12 10:00:13 2008 +0000
1.3 @@ -18,6 +18,7 @@
1.4 */
1.5
1.6 #include <assert.h>
1.7 +#include <string.h>
1.8 #include <gtk/gtk.h>
1.9 #include <gdk/gdkkeysyms.h>
1.10
.