diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2019-04-26 16:14:23 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2019-04-26 16:14:23 +0000 |
| commit | 5800d10f6a9185508a3e2a25f223515e212963b9 (patch) | |
| tree | f6047e016517b4877aa829ffb799deaffbb2cb66 /lib/libvgl | |
| parent | 7d6386daa0cc0f4db21898c58b898a435bfcdf3c (diff) | |
Notes
Diffstat (limited to 'lib/libvgl')
| -rw-r--r-- | lib/libvgl/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/simple.c b/lib/libvgl/simple.c index 9cb4311b033c..ea8d6ec336db 100644 --- a/lib/libvgl/simple.c +++ b/lib/libvgl/simple.c @@ -476,7 +476,7 @@ VGLClear(VGLBitmap *object, u_long color) VGLCheckSwitch(); if (object == VGLDisplay) { VGLMouseFreeze(); - mouseoverlap = VGLMouseOverlap(0, 0, object->Xsize, object->Ysize); + mouseoverlap = VGLMouseOverlap(0, 0, object->VXsize, object->VYsize); if (mouseoverlap) VGLMousePointerHide(); VGLClear(&VGLVDisplay, color); |
