fixes and accomodations for other operating systems by Andrew
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cursor.C
index b392dda13b8b5a39d985a0b31d0684abd50dade3..87f932bbe48aec9e31480e705103b368a1164f78 100644 (file)
@@ -51,6 +51,7 @@ return 0;
 int Cursor_::draw(int flash, long selectionstart, long selectionend, long zoom_sample, long viewstart, int vertical)
 {
 return 0;
+#if 0
        if(canvas->get_h() * canvas->get_w() == 0) return 1;
        if(zoom_sample == 0) return 1;       // no canvas
 
@@ -93,6 +94,7 @@ return 0;
                canvas->set_opaque();
        }
        if(flash) canvas->flash();
+#endif
 }
 
 int Cursor_::resize(int w, int h)