Hi all, This is a workaround that I have to use for now: +int this_updatescreen_is_tied_to_initscreen = 0; int mf_x11_initscreen (void) { + this_updatescreen_is_tied_to_initscreen = 1; void mf_x11_updatescreen (void) { + if (this_updatescreen_is_tied_to_initscreen) { + this_updatescreen_is_tied_to_initscreen = 0; + return; + } Igor