summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-08 22:39:36 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-08 22:39:36 +0100
commitecd33046fb27bd44a77ad40205936b04bd49cd64 (patch)
treea04698048515ccdd041c2840fa9a969bd662133f
parentb8a9a007517f939a637d515c48e4c4f42fda24be (diff)
added missing tabs.h
-rw-r--r--plugins/gtkui/tabs.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/gtkui/tabs.h b/plugins/gtkui/tabs.h
new file mode 100644
index 00000000..ede72979
--- /dev/null
+++ b/plugins/gtkui/tabs.h
@@ -0,0 +1,26 @@
+/*
+ DeaDBeeF - ultimate music player for GNU/Linux systems with X11
+ Copyright (C) 2009-2010 Alexey Yakovenko <waker@users.sourceforge.net>
+
+ This program 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 2
+ of the License, or (at your option) any later version.
+
+ This program 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 this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
+
+#ifndef __TABS_H
+#define __TABS_H
+
+void
+tabbar_draw (GtkWidget *widget);
+
+#endif