comparison os2/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 72fbd1ee8150
children b812cf360e49
comparison
equal deleted inserted replaced
368:72fbd1ee8150 369:39983df2b93d
40 char *DefaultFont = "9.WarpSans"; 40 char *DefaultFont = "9.WarpSans";
41 41
42 HAB dwhab = 0; 42 HAB dwhab = 0;
43 HMQ dwhmq = 0; 43 HMQ dwhmq = 0;
44 DWTID _dwtid = 0; 44 DWTID _dwtid = 0;
45 LONG _foreground = 0xAAAAAA, _background = 0; 45 LONG _foreground = 0xAAAAAA, _background = DW_CLR_DEFAULT;
46 46
47 HWND hwndBubble = NULLHANDLE, hwndBubbleLast = NULLHANDLE, hwndEmph = NULLHANDLE; 47 HWND hwndBubble = NULLHANDLE, hwndBubbleLast = NULLHANDLE, hwndEmph = NULLHANDLE;
48 PRECORDCORE pCore = NULL, pCoreEmph = NULL; 48 PRECORDCORE pCore = NULL, pCoreEmph = NULL;
49 ULONG aulBuffer[4]; 49 ULONG aulBuffer[4];
50 HWND lasthcnr = 0, lastitem = 0, popup = 0, desktop; 50 HWND lasthcnr = 0, lastitem = 0, popup = 0, desktop;