summaryrefslogtreecommitdiff
path: root/src/i_video.c
diff options
context:
space:
mode:
authorSimon Howard2008-01-25 17:37:48 +0000
committerSimon Howard2008-01-25 17:37:48 +0000
commit092e2c4f3c63b7ada368a927a6eee1b4dc9fdaaa (patch)
tree1821b0c7ecf6fc37a81ca1cdc8a654fcb80e4132 /src/i_video.c
parent0103f6b6e6f64e1c3c6fb636e201f6da2136f4ac (diff)
downloadchocolate-doom-092e2c4f3c63b7ada368a927a6eee1b4dc9fdaaa.tar.gz
chocolate-doom-092e2c4f3c63b7ada368a927a6eee1b4dc9fdaaa.tar.bz2
chocolate-doom-092e2c4f3c63b7ada368a927a6eee1b4dc9fdaaa.zip
Rename some files to be package name independent.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1024
Diffstat (limited to 'src/i_video.c')
-rw-r--r--src/i_video.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/i_video.c b/src/i_video.c
index 568f0f7d..7732c63d 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -30,7 +30,7 @@
#include <ctype.h>
#include <math.h>
-#include "chocolate_doom_icon.c"
+#include "icon.c"
#include "config.h"
#include "deh_main.h"
@@ -850,11 +850,11 @@ void I_SetWindowIcon(void)
{
SDL_Surface *surface;
- surface = SDL_CreateRGBSurfaceFrom(chocolate_doom_data,
- chocolate_doom_w,
- chocolate_doom_h,
+ surface = SDL_CreateRGBSurfaceFrom(icon_data,
+ icon_w,
+ icon_h,
24,
- chocolate_doom_w * 3,
+ icon_w * 3,
0xff << 0,
0xff << 8,
0xff << 16,