summaryrefslogtreecommitdiff
path: root/src/windows.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-07-10 21:14:56 +0000
committerMichael Jennings <mej@kainx.org>2000-07-10 21:14:56 +0000
commit7dc3b7cafb69f3a2f983475c179d2cb8decd0744 (patch)
treeda9f3dd2d366559008b152e95b88d2e20f2fdb9b /src/windows.h
parent6c2fb97641dd5045b437561037fb34c58698445e (diff)
downloadeterm-7dc3b7cafb69f3a2f983475c179d2cb8decd0744.tar.gz
Mon Jul 10 14:28:28 PDT 2000 Michael Jennings <mej@eterm.org>
Two more patches from Marius Gedminas <mgedmin@takas.lt>. The first one allows for customization of the message displayed when Eterm goes into pause mode. There are actually two; one goes in the titlebar, and the other is displayed in the text window. His second patch makes Eterm's behavior a little smarter when it resizes itself. It tries to figure out which quadrant of the screen it's on and resizes in the most appropriate direction. (For example, Ctrl-GreaterThan on an Eterm in the lower right corner will cause the upper left corner of the Eterm to move; the lower right corner will stay put.) Thanks again to Marius for saving me time by sending patches. :-) SVN revision: 2912
Diffstat (limited to 'src/windows.h')
-rw-r--r--src/windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows.h b/src/windows.h
index 8fa7224..db3d3e4 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -47,6 +47,7 @@ extern Pixel get_color_by_name(const char *, const char *);
extern Pixel get_color_by_pixel(Pixel, Pixel);
extern void process_colors(void);
extern void Create_Windows(int, char * []);
+extern void resize_parent(unsigned int, unsigned int);
extern void set_width(unsigned short);
extern void update_size_hints(void);
extern void term_resize(int, int);