Fix documentation for setMouseCursor's format paramenter.

svn-id: r47173
This commit is contained in:
Johannes Schickel 2010-01-08 20:15:42 +00:00
parent 25226cdc23
commit 0849da9564

View File

@ -779,7 +779,7 @@ public:
* In case it does the behavior is undefined. The backend might just error out or simply ignore the
* value. (The SDL backend will just assert to prevent abuse of this).
* @param cursorTargetScale scale factor which cursor is designed for
* @param format pointer to the pixel format which cursor graphic uses (0 means screen format)
* @param format pointer to the pixel format which cursor graphic uses (0 means CLUT8)
*/
virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL) = 0;