comparison gtk3/dw.c @ 1386:fd1de4e9e542

Updated the readme and comments in the source files
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 25 Nov 2011 21:13:12 +0000
parents 156e32814c83
children 8fe15c1648c9
comparison
equal deleted inserted replaced
1385:fc20ad815428 1386:fd1de4e9e542
1 /* 1 /*
2 * Dynamic Windows: 2 * Dynamic Windows:
3 * A GTK like implementation of the PM GUI 3 * A GTK like cross-platform GUI
4 * GTK3 forwarder module for portabilty. 4 * GTK3 forwarder module for portabilty.
5 * 5 *
6 * (C) 2000-2011 Brian Smith <brian@dbsoft.org> 6 * (C) 2000-2011 Brian Smith <brian@dbsoft.org>
7 * (C) 2003-2004 Mark Hessling <m.hessling@qut.edu.au> 7 * (C) 2003-2011 Mark Hessling <mark@rexx.org>
8 * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru> 8 * (C) 2002 Nickolay V. Shmyrev <shmyrev@yandex.ru>
9 */ 9 */
10 #include "config.h" 10 #include "config.h"
11 #include "dw.h" 11 #include "dw.h"
12 #include <string.h> 12 #include <string.h>