fix window-title (separate application name, thread name)
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / focus_entry.h
index 3fb57b433d5d566eabecd6f3b288f6d0899c99e1..2dce03cb2bdd2fd746dfc2dc5b83d2c09f53a4e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     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
 
 #include <gtkmm/entry.h>
 
+#include "gtkmm2ext/visibility.h"
+
 namespace Gtkmm2ext {
 
-class FocusEntry : public Gtk::Entry
+class LIBGTKMM2EXT_API FocusEntry : public Gtk::Entry
 {
   public:
        FocusEntry ();
-       
+
   protected:
        bool on_button_press_event (GdkEventButton*);
        bool on_button_release_event (GdkEventButton*);