r1149 - branches/unified-sdl/code/sdl
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Sep 2 12:06:47 EDT 2007
Author: tma
Date: 2007-09-02 12:06:47 -0400 (Sun, 02 Sep 2007)
New Revision: 1149
Modified:
branches/unified-sdl/code/sdl/sdl_glimp.c
Log:
* Make syntax highlighting more happy
Modified: branches/unified-sdl/code/sdl/sdl_glimp.c
===================================================================
--- branches/unified-sdl/code/sdl/sdl_glimp.c 2007-09-02 15:05:37 UTC (rev 1148)
+++ branches/unified-sdl/code/sdl/sdl_glimp.c 2007-09-02 16:06:47 UTC (rev 1149)
@@ -220,10 +220,11 @@
CLIENT_WINDOW_ICON.bytes_per_pixel * 8,
CLIENT_WINDOW_ICON.bytes_per_pixel * CLIENT_WINDOW_ICON.width,
#ifdef Q3_LITTLE_ENDIAN
- 0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF );
+ 0xFF000000, 0x00FF0000, 0x0000FF00, 0x000000FF
#else
- 0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000 );
+ 0x000000FF, 0x0000FF00, 0x00FF0000, 0xFF000000
#endif
+ );
SDL_WM_SetIcon( icon, NULL );
SDL_FreeSurface( icon );
More information about the quake3-commits
mailing list