]> git.lyx.org Git - lyx.git/blobdiff - src/ColorHandler.h
more guii moving around.
[lyx.git] / src / ColorHandler.h
index f78d3937e70ea8e75a8679f6db4507d00203b13e..af85ad88b6a6ef1fa48e77ba5b7e9a686f6eff1f 100644 (file)
@@ -1,10 +1,10 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
- *         Copyright 1995-2000 The LyX Team
+ *
+ *         Copyright 1995-2001 The LyX Team
  *
  * ======================================================*/
 
 #pragma interface
 #endif
 
-#include <boost/smart_ptr.hpp>
+#include "frontends/Painter.h"
+
+#include <boost/scoped_ptr.hpp>
 
 // This is only included to provide stuff for the non-public sections
 #include <X11/Xlib.h>
 
-#include "PainterBase.h"
-
 class LyXFont;
-class WorkArea;
 
-///
+/**
+ * This is a factory class that can produce GCs with a specific
+ * color. It will cache GCs for performance.
+ */
 class LyXColorHandler {
 public:
        ///