libDtSvc: Resolve 28 compiler warnings.
This commit is contained in:
@@ -498,7 +498,7 @@ getDragCollection(
|
||||
int status;
|
||||
|
||||
_DtSvcProcessLock();
|
||||
if (dragCollectionContext == (XContext)NULL) {
|
||||
if (dragCollectionContext == (XContext)0) {
|
||||
dragCollectionContext = XUniqueContext();
|
||||
}
|
||||
_DtSvcProcessUnlock();
|
||||
|
||||
Reference in New Issue
Block a user