summaryrefslogtreecommitdiff
path: root/gtk2_ardour/x11.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-10-05 19:00:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-10-05 19:00:10 +0000
commitbaf9ce98dc37cd14bc8473ba79c72ea23fbdfc5c (patch)
treecb1006190bc2c6e480abdb18ba89b34cbf23f478 /gtk2_ardour/x11.cc
parentf8aee7446be4266a9ea59a28e0b84d39462a84b9 (diff)
new files for GTK-related platform specific stuff, where needed
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2518 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/x11.cc')
-rw-r--r--gtk2_ardour/x11.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/x11.cc b/gtk2_ardour/x11.cc
new file mode 100644
index 0000000000..330d459abc
--- /dev/null
+++ b/gtk2_ardour/x11.cc
@@ -0,0 +1,6 @@
+#include <ardour_ui.h>
+
+void
+ARDOUR_UI::platform_specific ()
+{
+}