]> git.lyx.org Git - lyx.git/blobdiff - src/WorkArea.h
fix "make dist" target
[lyx.git] / src / WorkArea.h
index 1d757c021f9d4da38339f54697a9cd99408cf135..95d8e0d334a6a1287c90e562aa4239b9c7e428c3 100644 (file)
@@ -35,17 +35,17 @@ public:
        ///
        int workWidth() const { return work_area->w; }
        ///
-       //unsigned int width() const { return work_area->w + scrollbar->w; }
-       unsigned int width() const { return backgroundbox->w + 15; }
+       unsigned int width() const { return work_area->w + scrollbar->w; }
+       //unsigned int width() const { return backgroundbox->w + 15; }
        ///
-       //unsigned int height() const { return work_area->h; }
-       unsigned int height() const { return backgroundbox->h; }
+       unsigned int height() const { return work_area->h; }
+       //unsigned int height() const { return backgroundbox->h; }
        ///
-       //int xpos() const { return work_area->x; }
-       int xpos() const { return backgroundbox->x; }
+       int xpos() const { return work_area->x; }
+       //int xpos() const { return backgroundbox->x; }
        ///
-       //int ypos() const { return work_area->y; }
-       int ypos() const { return backgroundbox->y; }
+       int ypos() const { return work_area->y; }
+       //int ypos() const { return backgroundbox->y; }
        ///
        void resize(int xpos, int ypos, int width, int height);
        ///