Renamed task object files back from .task to .so.
[universe.git] / universe.cc
index 9522dfd..b0c28dd 100644 (file)
@@ -129,6 +129,7 @@ void Universe::print_xfig(XFigTracer *tracer) {
   }
 }
 
+#ifdef X11_SUPPORT
 void Universe::draw(SimpleWindow *window) {
   for(int n = 0; n < _nb_polygons; n++) {
     if(_polygons[n]) {
@@ -142,6 +143,7 @@ void Universe::draw(SimpleWindow *window) {
     }
   }
 }
+#endif
 
 #ifdef CAIRO_SUPPORT
 void Universe::draw(cairo_t *context_resource) {