Compile fix

This commit is contained in:
Elias Naur 2007-04-24 13:22:35 +00:00
parent 23701fdf75
commit b44fff716f
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ final class WindowsAWTInput extends AbstractAWTInput {
* task bar and clicking on it. So we'll use ClipCursor to
* contain it while the cursor is grabbed.
*/
WindowsDisplay.setupCursorClipping(hwnd, true); // Just clip it to a fullscreen window
WindowsDisplay.setupCursorClipping(hwnd); // Just clip it to a fullscreen window
if (getCanvas().getCursor() != blank_cursor) {
cached_cursor = getCanvas().getCursor();
/**