Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/video.cc')
-rw-r--r--src/client/video.cc5
1 files changed, 5 insertions, 0 deletions
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();