1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Minor improvements to subsidiary window placement; with any luck the

Event Log should go off the side of the screen rather less often now.

[originally from svn r3088]
This commit is contained in:
Simon Tatham
2003-04-10 08:53:43 +00:00
parent b49980b953
commit 406d2d8a32
5 changed files with 53 additions and 35 deletions

View File

@ -60,7 +60,7 @@ void *get_window(void *frontend); /* void * to avoid depending on gtk.h */
/* Things pterm.c needs from gtkdlg.c */
void fatal_message_box(void *window, char *msg);
void about_box(void);
void about_box(void *window);
void *eventlogstuff_new(void);
void showeventlog(void *estuff, void *parentwin);
void logevent_dlg(void *estuff, char *string);
@ -89,7 +89,7 @@ void uxsel_input_remove(int id);
/* uxcfg.c */
struct controlbox;
void unix_setup_config_box(struct controlbox *b, int midsession);
void unix_setup_config_box(struct controlbox *b, int midsession, void *window);
/*
* In the Unix Unicode layer, DEFAULT_CODEPAGE is a special value