Re: [AD] 3d routines problems under BeOS and more |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> Peter Wang wrote:
>
> > Did anyone try the patch that I posted to this list? It was an
> > updated version of a patch by Vincent, which didn't get applied for
> > some reason. It seemed to fix it, but I'm not sure. I can resend
> > the patch if necessary.
>
> Sorry, I didn't see it.
> Could you post it again ?
Attached. Vincent, does this patch do what I think it does, i.e.
fix the bug, and nothing more?
Index: src/gui.c
===================================================================
RCS file: /cvsroot/alleg/allegro/src/gui.c,v
retrieving revision 1.13
diff -u -r1.13 gui.c
--- src/gui.c 2000/11/30 20:06:13 1.13
+++ src/gui.c 2000/12/11 03:07:14
@@ -807,14 +807,9 @@
MESSAGE(player->mouse_obj, MSG_RRELEASE, new_mouse_b);
player->mouse_b = new_mouse_b;
-
- if (player->res == D_O_K)
- player->click_wait = TRUE;
}
else
dialog_message(player->dialog, MSG_IDLE, 0, &nowhere);
-
- goto getout;
}
/* need to reinstall the dclick and switch handlers? */