aboutsummaryrefslogtreecommitdiff
path: root/hcalc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-01-10 12:54:54 -0500
committerB. Watson <urchlay@slackware.uk>2024-01-10 12:54:54 -0500
commit088c769de46c4c1540c96c8b48bf17e3b093e0f6 (patch)
tree65f8cf49806c419b9d9fa2ce958680e7bc303977 /hcalc.h
parent695ba0c4fae1e4e2d1629d45fcb9540276deee65 (diff)
downloadhcalc-088c769de46c4c1540c96c8b48bf17e3b093e0f6.tar.gz
Switch window sizes without re-executing (leaks a bit though).
Diffstat (limited to 'hcalc.h')
-rw-r--r--hcalc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcalc.h b/hcalc.h
index 62a5593..f04d0a9 100644
--- a/hcalc.h
+++ b/hcalc.h
@@ -53,6 +53,7 @@ void button(int b, int x, int y);
void complete_paste(unsigned char *s, int n);
void send_current_display(void);
void setup_x(void);
+void free_pixmaps(void);
void load_pixmaps(void);
void process_input();
void load_config(void);