libDtSvc: Resolve 28 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-14 14:10:55 +00:00
parent 49266f9019
commit 5c8f66a07d
12 changed files with 31 additions and 19 deletions

View File

@@ -498,7 +498,7 @@ getDragCollection(
int status;
_DtSvcProcessLock();
if (dragCollectionContext == (XContext)NULL) {
if (dragCollectionContext == (XContext)0) {
dragCollectionContext = XUniqueContext();
}
_DtSvcProcessUnlock();