aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/initx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/initx.h')
-rw-r--r--src/hyper/initx.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/hyper/initx.h b/src/hyper/initx.h
index 7533fe78..7005ba3b 100644
--- a/src/hyper/initx.h
+++ b/src/hyper/initx.h
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2008, Gabriel Dos Reis.
+ Copyright (C) 2007-2010, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,12 @@
#include "hyper.h"
+extern void change_text(int color , XFontStruct * font);
+extern int init_form_window(char * name , int cols);
+extern int init_top_window(char * name);
+extern void initializeWindowSystem(void);
+extern int is_it_850(XFontStruct * fontarg);
+
extern int gBorderColor;
#endif