comparison mac/dw.c @ 516:caa7ed17c132

Updated copyrights and license file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 16 Mar 2004 02:55:04 +0000
parents 08d770271709
children b744c2b86df8
comparison
equal deleted inserted replaced
515:c3c5d8e36aa3 516:caa7ed17c132
1 /* 1 /*
2 * Dynamic Windows: 2 * Dynamic Windows:
3 * A GTK like implementation of the MacOS GUI 3 * A GTK like implementation of the MacOS GUI
4 * 4 *
5 * (C) 2003 Brian Smith <dbsoft@technologist.com> 5 * (C) 2003-2004 Brian Smith <dbsoft@technologist.com>
6 * 6 *
7 */ 7 */
8 #include "dw.h" 8 #include "dw.h"
9 9
10 static void _do_resize(Box *thisbox, int x, int y); 10 static void _do_resize(Box *thisbox, int x, int y);