Change true for TRUE
authorTony <exocoder@gmail.com>
Mon, 30 Sep 2013 20:04:43 +0000 (21:04 +0100)
committerTony <exocoder@gmail.com>
Mon, 30 Sep 2013 20:04:43 +0000 (21:04 +0100)
commit0d06b1dced4fedb5d1b43396bcc86e4b7d5511f5
tree6b85745ba12e05e4169204fa27aa6f12cb219eca
parent97fc1e10a717d55e7837bb0c90001600f575c1ff
Change true for TRUE

The second parameter of gtk_widget_set_realized is of type gboolean
(gint). This is to ensure compatibility on alternative compilers and
platforms.
modules/highgui/src/window_gtk.cpp