comparison mcabber/src/screen.c @ 1390:753a348c65c1

LocaleCharSet is const
author Mikael Berthe <mikael@lilotux.net>
date Wed, 05 Dec 2007 19:31:07 +0100
parents 8e763c2c331f
children bba74a50dedf
comparison
equal deleted inserted replaced
1389:cefda9174d62 1390:753a348c65c1
54 54
55 #define DEFAULT_LOG_WIN_HEIGHT (5+2) 55 #define DEFAULT_LOG_WIN_HEIGHT (5+2)
56 #define DEFAULT_ROSTER_WIDTH 24 56 #define DEFAULT_ROSTER_WIDTH 24
57 #define CHAT_WIN_HEIGHT (maxY-1-Log_Win_Height) 57 #define CHAT_WIN_HEIGHT (maxY-1-Log_Win_Height)
58 58
59 char *LocaleCharSet = "C"; 59 const char *LocaleCharSet = "C";
60 60
61 static unsigned short int Log_Win_Height; 61 static unsigned short int Log_Win_Height;
62 static unsigned short int Roster_Width; 62 static unsigned short int Roster_Width;
63 63
64 static inline void check_offset(int); 64 static inline void check_offset(int);