From: Eugene I. <ei...@mo...> - 2002-07-14 19:39:17
|
CVSROOT: /CVS/ReactOS Module name: reactos Repository: reactos/subsys/win32k/objects/ Changes by: ei...@mo....(none) 02/07/13 14:37:27 Modified files: reactos/include/win32k/: bitmaps.h brush.h dc.h debug1.h gdiobj.h pen.h region.h text.h reactos/lib/gdi32/objects/: pen.c reactos/subsys/win32k/freetype/: grfont.c reactos/subsys/win32k/main/: dllmain.c reactos/subsys/win32k/objects/: bitmaps.c brush.c cliprgn.c color.c coord.c dc.c dib.c fillshap.c gdiobj.c line.c objconv.c path.c pen.c region.c text.c Log message: Added reference counting and deferred deletion for GDI objects. |