summaryrefslogtreecommitdiffstats
path: root/progs/xdemos/sharedtex_mt.c
Commit message (Collapse)AuthorAgeFilesLines
* xdemos: Fix sharedtex_mt.Thomas Hellstrom2009-03-171-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 Hellstrom2009-03-131-0/+523
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>