The user-mode work queue was not being started

This commit is contained in:
Gregory Nutt 2013-12-31 12:48:11 -06:00
parent 80495b7ae5
commit 31f053187a

View File

@ -145,7 +145,6 @@ void CCallback::position(NXHANDLE hwnd,
bounds->pt1.x, bounds->pt1.y, bounds->pt2.x, bounds->pt2.y,
arg);
// The argument must be the CCallback instance
CCallback *This = (CCallback *)arg;