mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 06:04:49 +00:00
XQuartz: Add a semicolon after DEBUG_LOG
Don't rely on the macro to provide it Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
@@ -188,7 +188,7 @@ static void message_kit_thread (SEL selector, NSObject *arg) {
|
||||
|
||||
- (void) activateX:(OSX_BOOL)state {
|
||||
size_t i;
|
||||
DEBUG_LOG("state=%d, _x_active=%d, \n", state, _x_active)
|
||||
DEBUG_LOG("state=%d, _x_active=%d, \n", state, _x_active);
|
||||
if (state) {
|
||||
if(bgMouseLocationUpdated) {
|
||||
DarwinSendPointerEvents(darwinPointer, MotionNotify, 0, bgMouseLocation.x, bgMouseLocation.y, 0.0, 0.0, 0.0);
|
||||
|
||||
Reference in New Issue
Block a user