mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Saw uxcfg.c in half down the middle, to separate out config changes
that apply to all Unix-like systems from those which apply specifically to the GTK front end. [originally from svn r5292]
This commit is contained in:
@ -98,6 +98,9 @@ void uxsel_input_remove(int id);
|
||||
struct controlbox;
|
||||
void unix_setup_config_box(struct controlbox *b, int midsession, void *window);
|
||||
|
||||
/* gtkcfg.c */
|
||||
void gtk_setup_config_box(struct controlbox *b, int midsession, void *window);
|
||||
|
||||
/*
|
||||
* In the Unix Unicode layer, DEFAULT_CODEPAGE is a special value
|
||||
* which causes mb_to_wc and wc_to_mb to call _libc_ rather than
|
||||
|
Reference in New Issue
Block a user