projects
/
micropolis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93200be
)
disable shm for now
author
Michael Gernoth
<michael@gernoth.net>
Sun, 13 Jan 2008 10:05:13 +0000
(11:05 +0100)
committer
Michael Gernoth
<michael@gernoth.net>
Sun, 13 Jan 2008 10:05:13 +0000
(11:05 +0100)
src/sim/w_x.c
patch
|
blob
|
blame
|
history
diff --git
a/src/sim/w_x.c
b/src/sim/w_x.c
index
69363b5
..
a00d551
100644
(file)
--- a/
src/sim/w_x.c
+++ b/
src/sim/w_x.c
@@
-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