Julien BLACHE <jb at jblache.org> wrote:
> do
> {
> while (gtk_events_pending())
> gtk_main_iteration();
>
> status = sane_start(dev);
> } while (status == SANE_STATUS_WARMING_UP);Oh, also, that breaks the API and means that even if SANE 1.1 is binary-compatible with SANE 1.0, a soname bump is mandated. Welcome to libsane.so.2. JB. -- Julien BLACHE <http://www.jblache.org> <jb at jblache.org> GPG KeyID 0xF5D65169
