]> git.lyx.org Git - features.git/blobdiff - src/WorkArea.C
apply the ostream changes to mathed, some other small related things
[features.git] / src / WorkArea.C
index 5f95e0cada78a26bbfe15c90a711b138fc8f6626..8059d8a3c428abc6a1c09a67f67ba2f46ebdf087 100644 (file)
@@ -203,6 +203,13 @@ WorkArea::~WorkArea()
 }
 
 
+bool WorkArea::belowMouse() const
+{
+       lyxerr << "Below mouse: " << work_area->belowmouse << endl;
+       return work_area->belowmouse;
+}
+
+
 void WorkArea::resize(int xpos, int ypos, int width, int height)
 {
        fl_freeze_all_forms();