Re: [AD] X libs and GUI event processing |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Someone removed a comment I added, and so Allegro sometimes waits
> for an extra update before redrawing certain objects.
David removed it in this patch:
diff -u -r1.35 gui.c
--- gui.c 2001/10/23 12:34:35 1.35
+++ gui.c 2001/10/27 03:21:43
@@ -914,9 +914,9 @@
player->click_wait = TRUE;
}
else
- dialog_message(player->dialog, MSG_IDLE, 0, &nowhere);
+ player->res |= dialog_message(player->dialog, MSG_IDLE, 0, &nowhere);
- /* goto getout; */
+ goto getout;
}
/* deal with mouse wheel clicks */
Is there any conflict between the two paches ?
Moreover, why not do the same thing two lines below for the wheel (question
to both Vincent and David about their respective patches) ?
--
Eric Botcazou
ebotcazou@xxxxxxxxxx