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
@@ -255,7 +255,7 @@ Pixmap MakeNamedIconPixmap (ClientData *pCD, String iconName)
|
||||
}
|
||||
else
|
||||
{
|
||||
mask = _DtGetMask (XtScreen(PSD_FOR_CLIENT(pCD)->screenTopLevelW1),
|
||||
mask = XmeGetMask (XtScreen(PSD_FOR_CLIENT(pCD)->screenTopLevelW1),
|
||||
(sIconFileName == NULL) ? iconName : sIconFileName);
|
||||
if (mask == XmUNSPECIFIED_PIXMAP)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user