Committing in .

wxMOTIF updates for OpenVMS

 Modified Files:
 	wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms
 	wxWindows/src/motif/descrip.mms
 	wxWindows/src/motif/glcanvas.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2002-01-11 07:37:33 +00:00
parent 335c9e32fe
commit dae752d4b1
4 changed files with 21 additions and 4 deletions

View File

@@ -213,7 +213,11 @@
/*
* Use wxPopupWindow (useful in wxUniv only for now)
*/
#ifdef __WXMOTIF__
#define wxUSE_POPUPWIN 0
#else
#define wxUSE_POPUPWIN 1
#endif
/*
Use wxTipWindow
@@ -666,7 +670,11 @@
/*
* Use tooltips
*/
#ifdef __WXMOTIF__
#define wxUSE_TOOLTIPS 0
#else
#define wxUSE_TOOLTIPS 1
#endif
/*
* Use dnd
*/