2011/7/20 Erick Pérez <erick.red@xxxxxxxxx>
> I have X and GTK running on the device as well.You mean you don't have any window manager at all ?
Try with this signal:
> I am writing an application for GTK that tells the hardware to take a frame
> buffer from memory and display it at the coordinates of the application.
> However, I need to know when that buffer moves, so I can update the
> hardware.
http://developer.gnome.org/gtk3/stable/GtkWidget.html#GtkWidget-map-event
your problem could be cause "configure-event" call it's handlers at
the last stage of emission:
"G_SIGNAL_RUN_LAST Invoke the object method handler in the third
emission stage."
About this can't assure you anything but you should check cairo API
> I was also wondering if their would be a way to mmap that memory
> into a raw pixel canvas on GTK, any suggestions?
for a method like the one you want.
--
Acta est fabula
--
Respectfully,
William C Roberts
585-455-1883
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list