]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/w_x.c
disable shm for now
[micropolis] / src / sim / w_x.c
index 69363b57febcc17ca3b6a3c4d69c203c6cf29cb7..a00d55182f5ad45b022dda9cd1fba3627f14b468 100644 (file)
@@ -441,7 +441,9 @@ FindXDisplay(Tk_Window tkwin)
        } else {
          fprintf(stderr,
                  "Cool, I found the shared memory extension!\n");
-         xd->shared = 1;
+         fprintf(stderr,
+                 "Disabled SHM, because it is currently broken!\n");
+         xd->shared = 0;
        }
       }
     }
Impressum, Datenschutz