]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xscreen.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / xscreen.h
index 68eb4cca0f6c2878617455404fb2b3e128211232..00bfc2538e2455602404165ad568b821a04f9ecf 100644 (file)
 #ifndef XSCREEN_H
 #define XSCREEN_H
 
-
 #include "screen.h"
 #include <X11/Xlib.h> // for Pixmap, GC
 
 class WorkArea;
-class XWorkArea;
 
+namespace lyx {
+namespace frontend {
+
+class XWorkArea;
 
 /** The class XScreen is used for the main Textbody.
     Concretely, the screen is held in a pixmap.  This pixmap is kept up to
@@ -68,4 +70,7 @@ private:
        GC gc_copy;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif