Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/xdemos: Check for string overflow. | Vinson Lee | 2010-01-06 | 1 | -0/+4 |
| | |||||
* | progs/xdemos: Silence unused value warnings in sharedtex_mt.c. | Vinson Lee | 2009-11-20 | 1 | -4/+4 |
| | |||||
* | xdemos: Fix sharedtex_mt. | Thomas Hellstrom | 2009-03-17 | 1 | -70/+33 |
| | | | | | | | | | 1) Don't allow multiple threads sharing current context, even if they are mutex protected. 2) Remove all XLockDisplay(), XUnLockDisplay() calls, as they were only workarounds for xcb. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | ||||
* | xdemos: Add multithreaded sharedtex_mt. | Thomas Hellstrom | 2009-03-13 | 1 | -0/+523 |
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> |