From: <de...@us...> - 2009-09-28 04:20:51
|
Revision: 1855 http://iterm.svn.sourceforge.net/iterm/?rev=1855&view=rev Author: delx Date: 2009-09-28 04:20:42 +0000 (Mon, 28 Sep 2009) Log Message: ----------- Forgot to remove method declarations from header file Modified Paths: -------------- trunk/Headers/iTerm/VT100Screen.h Modified: trunk/Headers/iTerm/VT100Screen.h =================================================================== --- trunk/Headers/iTerm/VT100Screen.h 2009-09-28 04:06:45 UTC (rev 1854) +++ trunk/Headers/iTerm/VT100Screen.h 2009-09-28 04:20:42 UTC (rev 1855) @@ -38,8 +38,8 @@ typedef struct screen_char_t { unichar ch; // the actual character - unsigned int bg_color; // background color - unsigned int fg_color; // foreground color + unsigned short bg_color; // background color + unsigned short fg_color; // foreground color } screen_char_t; #define TABWINDOW 300 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |