]> Pileus Git - grits/commit
Remove a lot of callback from GritsOpenGL
authorAndy Spencer <andy753421@gmail.com>
Sat, 15 Dec 2012 08:25:36 +0000 (08:25 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 15 Dec 2012 08:25:36 +0000 (08:25 +0000)
commitdcdd8c82d50feae9d91de126b313c3a5de32e030
tree2626e53d8ab2127422e2f371e87a764eefca5049
parent9bcf411430cca69197a7756c1ce8ca925456cc93
Remove a lot of callback from GritsOpenGL

Many of the callbacks can be moved the expose function. Since they
mostly run in the main thread anyway it doesn't matter too much.

One distinct advantage of this is that the split_merge and expose
functions are interleaved, the end result of which is a much nicer
looking display.
src/grits-opengl.c
src/grits-opengl.h
src/roam.c