libDtSvc: Resolve 89 compiler warnings.
This commit is contained in:
@@ -998,7 +998,7 @@ dndGetContextXID(
|
||||
static XID contextXID;
|
||||
|
||||
_DtSvcProcessLock();
|
||||
if (contextXID == NULL) {
|
||||
if (contextXID == 0) {
|
||||
contextXID = XCreatePixmap(display,
|
||||
DefaultRootWindow(display), 1, 1, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user