]> git.lyx.org Git - features.git/blobdiff - src/lyxdraw.h
new painter,workarea and lcolor. Read the diff/sources and ChangeLog...
[features.git] / src / lyxdraw.h
index f50975a7cb7ef0773358561fbf96924449a2490f..6ee8f009412eee63b9f02489ee441ffeac04578f 100644 (file)
@@ -1,4 +1,5 @@
 // -*- C++ -*-
+#ifndef USE_PAINTER
 
 #ifndef LYX_DRAW_H
 #define LYX_DRAW_H
@@ -52,3 +53,5 @@ extern GC GetAccentGC(LyXFont const &f, int line_width);
 extern GC GetColorGC(LyXFont::FONT_COLOR color);
 
 #endif
+
+#endif