]> Pileus Git - grits/commitdiff
Move g_signal_connects to realize callback
authorAndy Spencer <andy753421@gmail.com>
Thu, 18 Nov 2010 06:35:21 +0000 (06:35 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 18 Nov 2010 06:35:21 +0000 (06:35 +0000)
Under Mesa the "configure" callback is is triggered before the "realize"
callback. This causes a crash because some OpenGL initialization must be
performed after the widget is realized.

Moving the callback connects forces proper ordering.


No differences found