]> git.sesse.net Git - movit/commit
Make init_movit() return a true/false error value.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2014 00:44:42 +0000 (01:44 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 12 Feb 2014 00:44:42 +0000 (01:44 +0100)
commit0fa51e08f83e0283337216f5b951b3d5a8c0555b
tree3fbe0ed453972e65cca51e7be09ab137d88a1b24
parent48cb205a8dad4f2b3d61b1d6d69c14b5c044e32f
Make init_movit() return a true/false error value.

This allows clients to programmatically enable/disable Movit usage
as needed on very old platforms.
demo.cpp
init.cpp
init.h
test_util.cpp