comparison dw.h @ 455:dd04a4d781f8

Fixes GDI font object leak when calling dw_window_set_font() on render widgets (perhaps others as well) on Windows.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 23 Jun 2003 22:50:18 +0000
parents 787cc1e27897
children 935436731b41
comparison
equal deleted inserted replaced
454:f1f188c678f3 455:dd04a4d781f8
431 HWND combo, buddy; 431 HWND combo, buddy;
432 int user; 432 int user;
433 int vcenter; 433 int vcenter;
434 HWND clickdefault; 434 HWND clickdefault;
435 HBRUSH hbrush; 435 HBRUSH hbrush;
436 HFONT hfont;
436 char fontname[128]; 437 char fontname[128];
437 WNDPROC pOldProc; 438 WNDPROC pOldProc;
438 UserData *root; 439 UserData *root;
439 } ColorInfo; 440 } ColorInfo;
440 441