]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/display.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / graphics / display.h
index 23ab57113ef0f626d8c4120468da6f60e6159c2b..5f84848d16781cb7a2ec76fa42e5f8d833674c6b 100644 (file)
@@ -7,6 +7,7 @@
 #include <sigc++/signal.h>
 #include "errordialog.h"
 #include "monitor.h"
+#include "mspgui_api.h"
 #include "videomode.h"
 
 namespace Msp {
@@ -14,7 +15,7 @@ namespace Graphics {
 
 class Window;
 
-class Display
+class MSPGUI_API Display
 {
 public:
        struct Private;