]> Pileus Git - grits/commit
Add thread safe grits_viewer_queue_draw function
authorAndy Spencer <andy753421@gmail.com>
Thu, 27 Dec 2012 09:26:28 +0000 (09:26 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 27 Dec 2012 10:03:32 +0000 (10:03 +0000)
commitecb7a9abd329d604506ea1734d2db72760fcb4f4
treef854a1ac15d50b5c338685877ff9ca28345ae6db
parentc07abad157dd10d3f8cc229b2f616c3a33f6c900
Add thread safe grits_viewer_queue_draw function

This should be used by threads when they finish loading something. Any
additional loading which must be done by the main thread will ideally be
done during the next draw.
src/grits-opengl.c
src/grits-viewer.c
src/grits-viewer.h
src/objects/grits-object.c