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

Richard B's patch to add WINDOWID support to pterm.

[originally from svn r2912]
This commit is contained in:
Simon Tatham
2003-03-06 12:57:37 +00:00
parent 5376d94b96
commit 83da92826e
3 changed files with 16 additions and 0 deletions

View File

@ -47,6 +47,7 @@ GLOBAL void *logctx;
/* Things pty.c needs from pterm.c */
char *get_x_display(void *frontend);
int font_dimension(void *frontend, int which);/* 0 for width, 1 for height */
long get_windowid(void *frontend);
/* Things uxstore.c needs from pterm.c */
char *x_get_default(const char *key);