typo, double parens

This commit is contained in:
Todd T.Fries 2001-05-16 17:51:56 +00:00
parent 7ad6e82e00
commit 6a958e88c5
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ bx_gui_c::handle_events(void)
button_event = (XButtonEvent *) &report; button_event = (XButtonEvent *) &report;
//BX_INFO(("xxx: buttonpress\n"); //BX_INFO(("xxx: buttonpress\n");
if (button_event->y < BX_HEADER_BAR_Y) { if (button_event->y < BX_HEADER_BAR_Y) {
//BX_INFO("xxx: in headerbar\n"); //BX_INFO(("xxx: in headerbar\n"));
if (mouse_update) { if (mouse_update) {
//BX_INFO(("xxx: mouse_update=1\n")); //BX_INFO(("xxx: mouse_update=1\n"));
send_keyboard_mouse_status(); send_keyboard_mouse_status();