mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-07 09:19:56 +01:00
Compile fix
This commit is contained in:
parent
23701fdf75
commit
b44fff716f
|
|
@ -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();
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue