comparison gtk/dw.c @ 369:39983df2b93d

Updated the license information, and copyrights. Code to do background color text drawing on Windows. dw_color_background_set(DW_CLR_DEFAULT) will set background color to transparent.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Apr 2003 18:34:48 +0000
parents aa827971da39
children 3ef2cf70ee07
comparison
equal deleted inserted replaced
368:72fbd1ee8150 369:39983df2b93d
2 * Dynamic Windows: 2 * Dynamic Windows:
3 * A GTK like implementation of the PM GUI 3 * A GTK like implementation of the PM GUI
4 * GTK forwarder module for portabilty. 4 * GTK forwarder module for portabilty.
5 * 5 *
6 * (C) 2000-2003 Brian Smith <dbsoft@technologist.com> 6 * (C) 2000-2003 Brian Smith <dbsoft@technologist.com>
7 * (C) 2003 Mark Hessling <m.hessling@qut.edu.au>
7 * 8 *
8 */ 9 */
9 #include "dw.h" 10 #include "dw.h"
10 #include <string.h> 11 #include <string.h>
11 #include <stdlib.h> 12 #include <stdlib.h>