]> git.zerfleddert.de Git - micropolis/commitdiff
disable shm for now
authorMichael Gernoth <michael@gernoth.net>
Sun, 13 Jan 2008 10:05:13 +0000 (11:05 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sun, 13 Jan 2008 10:05:13 +0000 (11:05 +0100)
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