Forget my last message, I solved all problems with the following change in
"drv_sdl_common.c" (found in SVN last versions of this source file) :

....
/* Standard processEvent() method for SDL drivers. */
int AG_SDL_ProcessEvent(void *obj, AG_DriverEvent *dev) {
....
    if (agWindowToFocus != NULL) {                                        //
LINE TO ADD
        AG_WM_CommitWindowFocus(agWindowToFocus);    // LINE TO ADD
        agWindowToFocus = NULL;                                           
// LINE TO ADD
    }                                                                      
                     // LINE TO ADD
   
    return (rv);
}
....
 
a+
J-C

_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to