From 25f2abe175f8bd659c524bf5c8404ad9a9cd67dc Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Wed, 18 Nov 2020 23:57:31 +0100 Subject: [PATCH] Bug fix for the FMouseControl unit test --- test/fmouse-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fmouse-test.cpp b/test/fmouse-test.cpp index 01120179..c6002b75 100644 --- a/test/fmouse-test.cpp +++ b/test/fmouse-test.cpp @@ -1260,7 +1260,7 @@ void FMouseTest::mouseControlTest() if ( mouse_control.isGpmMouseEnabled() ) { CPPUNIT_ASSERT ( ! mouse_control.getGpmKeyPressed(false) ); - mouse_control.drawGpmPointer(); + mouse_control.drawPointer(); } // Left mouse button pressed on an X11 mouse