DtWidget: Improve portability of Motif interface
- Add missing includes and prototypes - Improve type compatibility - Use <Xm/XmPrivate.h> for unofficial libXm headers With this patch, dtpad no longer crashes on startup on FreeBSD/amd64 because of a truncated 64-bit pointer.
This commit is contained in:
committed by
Jon Trulson
parent
6e37640f11
commit
ceb49b9130
@@ -109,9 +109,13 @@ express or implied warranty.
|
||||
#include <Xm/XmosP.h> /* for INT_MAX */
|
||||
#include <Dt/DtMsgsP.h>
|
||||
#include "ComboBoxP.h"
|
||||
#include <Xm/DrawP.h>
|
||||
#include <Xm/DisplayP.h>
|
||||
#include <Xm/List.h>
|
||||
#include <Xm/ComboBox.h> /* for redirecting utility functions */
|
||||
#include "DtWidgetI.h" /* for _Dt thread-safety macros */
|
||||
/* some unpublished Motif interfaces */
|
||||
#include <Xm/XmPrivate.h>
|
||||
|
||||
/*
|
||||
* MotifBc
|
||||
|
||||
Reference in New Issue
Block a user