Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-11 01:12:25 +0000
committerStijn Buys <ingar@osirion.org>2010-11-11 01:12:25 +0000
commitc5ecf465005314537ccc6173fc0b3dfd3a7b4a63 (patch)
tree794c4d0d7f62493d68bb3336d29e8b0760413a8f /src/client/video.cc
parent95f344ad62a4ab1aaf4b4d3307ce9805e2534d8e (diff)
updated documentation,
added FIXME, corrected trivial compile error
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();