Re: [AD] [GUI] Error using MSG_IDLE |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Hello, when inside one of my gui procs i add
> if (MSG_IDLE) {
> SEND_MESSAGE(blabla, MSG_DRAW, 0);
> }
>
> this is, when i add the SEND_MESSAGE, the program after x secs crashes
> but when i delete that line works correctly
> this didnt happened with 3.9.33WIP
>
> any idea why?
oh, i forgot to say it crashes only when i return D_O_K;
when i return for example D_REDRAWME; doesnt