Added wxBufferedDC class.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7,6 +7,7 @@ ALL_SOURCES = \
|
||||
generic/caret.cpp \
|
||||
generic/choicdgg.cpp \
|
||||
generic/colrdlgg.cpp \
|
||||
generic/dcbuffer.cpp \
|
||||
generic/dcpsg.cpp \
|
||||
generic/dirctrlg.cpp \
|
||||
generic/dirdlgg.cpp \
|
||||
@@ -306,6 +307,7 @@ ALL_HEADERS = \
|
||||
dbkeyg.h \
|
||||
dbtable.h \
|
||||
dc.h \
|
||||
dcbuffer.h \
|
||||
dcclient.h \
|
||||
dcmemory.h \
|
||||
dcprint.h \
|
||||
@@ -751,6 +753,7 @@ GUIOBJS = \
|
||||
caret.o \
|
||||
choicdgg.o \
|
||||
colrdlgg.o \
|
||||
dcbuffer.o \
|
||||
dcpsg.o \
|
||||
dirctrlg.o \
|
||||
dirdlgg.o \
|
||||
@@ -862,6 +865,7 @@ GUI_LOWLEVEL_OBJS = \
|
||||
caret.o \
|
||||
choicdgg.o \
|
||||
colrdlgg.o \
|
||||
dcbuffer.o \
|
||||
dcpsg.o \
|
||||
dirctrlg.o \
|
||||
dirdlgg.o \
|
||||
|
Reference in New Issue
Block a user