aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/titlebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/titlebar.h')
-rw-r--r--src/hyper/titlebar.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/hyper/titlebar.h b/src/hyper/titlebar.h
index 2bf66cbe..db7059a4 100644
--- a/src/hyper/titlebar.h
+++ b/src/hyper/titlebar.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 right reserved.
Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,11 @@
#include "hyper.h"
+extern void getTitleBarMinimumSize(int * width , int * height);
+extern void linkTitleBarWindows(void);
+extern void makeTitleBarWindows(void);
+extern void showTitleBar(void);
+
extern int twwidth, twheight; /* the width and height for all windows in the */
/* title bar */