Changed: #1034 Use Xcursor extension if available

This commit is contained in:
kervala 2010-11-19 11:19:35 +01:00
parent 999c2100c0
commit d7c9ced07f

View file

@ -1002,6 +1002,8 @@ bool CDriverGL::convertBitmapToCursor(const NLMISC::CBitmap &bitmap, nlCursor &c
#endif // HAVE_XRENDER
return false;
#else
return false;