dtwm: Cleanup some implicit definitions
Mostly this is adding appropriate #includes and declarations, but for WmImage.c we also change from using the proper name for XmeGetMask, rather than the identical but renamed version _DtGetMask which is not exported in any header.
This commit is contained in:
committed by
Jon Trulson
parent
185ec24999
commit
44dfebe9d2
@@ -45,6 +45,8 @@ static char rcsid[] = ""
|
||||
#define DTWM_NEED_BACKBITS
|
||||
#include "WmIBitmap.h"
|
||||
#include "WmBackdrop.h"
|
||||
#include "WmError.h"
|
||||
#include "WmProperty.h"
|
||||
#include <X11/Core.h>
|
||||
#include <X11/StringDefs.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
@@ -54,6 +56,7 @@ static char rcsid[] = ""
|
||||
#include <Dt/DtP.h>
|
||||
#include <Dt/WsmM.h>
|
||||
#include <Xm/Xm.h>
|
||||
#include <Xm/AtomMgr.h>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user