I guess maybe the hang-up problem is caused by both the modified GTK+ lib and your code trying to re-draw (using e-ink display driver) that GtkWidget in the same time. If my conjecture is correct, making the GtkWidget un-aware of expose-event temporarily can solve the hang-ups problem.
|