initial patches for linux compatibility

This commit is contained in:
Berke Viktor
2011-12-11 17:34:02 +01:00
parent 2012320d0e
commit 132ef6cb50
44 changed files with 304 additions and 59 deletions

View File

@@ -186,7 +186,9 @@ struct xchatprefs
int gui_usermenu;
int gui_join_dialog;
int gui_quit_dialog;
#ifdef WIN32
int gui_one_instance;
#endif
int dialog_left;
int dialog_top;
int dialog_width;
@@ -304,10 +306,12 @@ struct xchatprefs
unsigned int wait_on_exit;
unsigned int confmode;
unsigned int utf8_locale;
#ifdef WIN32
unsigned int identd;
unsigned int emoticons;
unsigned int tab_icons;
unsigned int tab_xp;
#endif
unsigned int ctcp_number_limit; /*flood */
unsigned int ctcp_time_limit; /*seconds of floods */