1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Oct 1999 15:14:52 +0000 (15:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Oct 1999 15:14:52 +0000 (15:14 +0000)
commit72cdf4c9b3ce92addf09cfb322f0c19bfb0f8744
tree81ca890ed27a20782d65b96f2c2d6243e3c94288
parent72dd34b5dc1a26dc86f1661c4bb2678a8d37ab85
1. wxApp::ProcessPendingEvents() is now common, added appcmn.cpp and
   regenerated the makefiles. wxPostEvent() should work for wxGTK too (untested)
2. long -> wxCoord change for wxGTK and wxMSW, use
   wxUSE_COMPATIBLE_COORD_TYPES to get the old behaviour
3. wxHTML compilation fixes (for !wxUSE_HTML case)
4. a couple of handy macros in thread.h added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
54 files changed:
include/wx/app.h
include/wx/dc.h
include/wx/defs.h
include/wx/event.h
include/wx/gdicmn.h
include/wx/generic/dcpsg.h
include/wx/gtk/app.h
include/wx/gtk/dc.h
include/wx/gtk/dcclient.h [copied from include/wx/gtk1/dcclient.h with 65% similarity]
include/wx/gtk/dcmemory.h
include/wx/gtk/dcscreen.h
include/wx/gtk1/app.h
include/wx/gtk1/dc.h [copied from include/wx/gtk/dc.h with 60% similarity]
include/wx/gtk1/dcclient.h
include/wx/gtk1/dcmemory.h
include/wx/gtk1/dcscreen.h
include/wx/html/htmprint.h
include/wx/motif/accel.h
include/wx/motif/app.h
include/wx/motif/bitmap.h
include/wx/motif/cursor.h
include/wx/motif/palette.h
include/wx/msw/app.h
include/wx/msw/dc.h
include/wx/msw/dcmemory.h
include/wx/setup.h
include/wx/thread.h
src/common/appcmn.cpp [new file with mode: 0644]
src/common/dcbase.cpp
src/common/event.cpp
src/common/object.cpp
src/generic/dcpsg.cpp
src/gtk/app.cpp
src/gtk/dc.cpp
src/gtk/dcclient.cpp
src/gtk/dcmemory.cpp
src/gtk/dcscreen.cpp
src/gtk1/app.cpp
src/gtk1/dc.cpp
src/gtk1/dcclient.cpp
src/gtk1/dcmemory.cpp
src/gtk1/dcscreen.cpp
src/html/htmprint.cpp
src/motif/app.cpp
src/motif/data.cpp
src/msw/app.cpp
src/msw/dc.cpp
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat