aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindGettextLib.cmake
diff options
context:
space:
mode:
authorPilzAdam <pilzadam@minetest.net>2013-06-08 23:42:46 +0000
committerPilzAdam <pilzadam@minetest.net>2013-06-20 22:31:46 +0000
commitb1ebd9f79c63cf78b0e0fb2ea6f52d82cdfb95b6 (patch)
treebdff6e0aea32c0c7478872ad83f35cd0c6d54731 /cmake/Modules/FindGettextLib.cmake
parentc2cdaceed0d43317d8e8d431052854fe72d8fddf (diff)
downloadminetest-b1ebd9f79c63cf78b0e0fb2ea6f52d82cdfb95b6.tar.gz
minetest-b1ebd9f79c63cf78b0e0fb2ea6f52d82cdfb95b6.tar.bz2
minetest-b1ebd9f79c63cf78b0e0fb2ea6f52d82cdfb95b6.zip
Add a setting for max loop count per step in liquid update
Diffstat (limited to 'cmake/Modules/FindGettextLib.cmake')
0 files changed, 0 insertions, 0 deletions
>::IVideoDriver *driver); /* Get a cached, high-quality pre-scaled texture for display purposes. If the * texture is not already cached, attempt to create it. Returns a pre-scaled texture, * or the original texture if unable to pre-scale it. */ video::ITexture *guiScalingResizeCached(video::IVideoDriver *driver, video::ITexture *src, const core::rect<s32> &srcrect, const core::rect<s32> &destrect); /* Convenience wrapper for guiScalingResizeCached that accepts parameters that * are available at GUI imagebutton creation time. */ video::ITexture *guiScalingImageButton(video::IVideoDriver *driver, video::ITexture *src, s32 width, s32 height); /* Replacement for driver->draw2DImage() that uses the high-quality pre-scaled * texture, if configured. */ void draw2DImageFilterScaled(video::IVideoDriver *driver, video::ITexture *txr, const core::rect<s32> &destrect, const core::rect<s32> &srcrect, const core::rect<s32> *cliprect = 0, const video::SColor *const colors = 0, bool usealpha = false); #endif