about summary refs log tree commit diff stats
path: root/src/ui/titlebar.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-07 20:00:11 +0100
committerJames Booth <boothj5@gmail.com>2014-04-07 20:00:11 +0100
commitc7e214860cf97b0dfd3687b09d1a9a7ff3b891c9 (patch)
tree262e59b675c364d608760df328497d3bb62514e2 /src/ui/titlebar.h
parentff18572ef0372a01a63eff7baa8e879d8699fd91 (diff)
downloadprofani-tty-c7e214860cf97b0dfd3687b09d1a9a7ff3b891c9.tar.gz
Removed create_title_bar from ui.h
Diffstat (limited to 'src/ui/titlebar.h')
-rw-r--r--src/ui/titlebar.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ui/titlebar.h b/src/ui/titlebar.h
new file mode 100644
index 00000000..11b015c6
--- /dev/null
+++ b/src/ui/titlebar.h
@@ -0,0 +1,23 @@
+/*
+ * titlebar.h
+ *
+ * Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
+ *
+ * This file is part of Profanity.
+ *
+ * Profanity is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Profanity is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+void create_title_bar(void);
\ No newline at end of file