From c5ecf465005314537ccc6173fc0b3dfd3a7b4a63 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 11 Nov 2010 01:12:25 +0000 Subject: updated documentation, added FIXME, corrected trivial compile error --- src/client/video.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client/video.cc') diff --git a/src/client/video.cc b/src/client/video.cc index cd675f7..330ba6b 100644 --- a/src/client/video.cc +++ b/src/client/video.cc @@ -88,6 +88,11 @@ bool init() // set the window icon + /* + * FIXME + * store the icon as binary data + * and use SDL_CreateRGBSurfaceFrom to create the icon + */ filesystem::File *iconfile = filesystem::open("bitmaps/icon.bmp"); if (iconfile) { std::string iconfilename = iconfile->path(); -- cgit v1.2.3