diff options
author | Jeremy Huddleston <[email protected]> | 2008-03-10 15:13:28 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2008-03-10 15:21:39 -0700 |
commit | 7c7fece97734284858a4605b8e2ca3e4eb0851ee (patch) | |
tree | 3692ca873334b7411434270853773b14345e2048 /progs | |
parent | 460d25dca134c4d2e051803822aa82f35e832cdc (diff) |
Darwin: Config/source fixes to now build glxdemo apps and OSMesa
Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config
(cherry picked from commit 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7)
Diffstat (limited to 'progs')
-rw-r--r-- | progs/xdemos/glthreads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/glthreads.c b/progs/xdemos/glthreads.c index 989697fbcaa..6c7029b6ecf 100644 --- a/progs/xdemos/glthreads.c +++ b/progs/xdemos/glthreads.c @@ -505,7 +505,7 @@ main(int argc, char *argv[]) for (i = 0; i < numThreads; i++) { pthread_create(&WinThreads[i].Thread, NULL, thread_function, (void*) &WinThreads[i]); - printf("glthreads: Created thread %u\n", (unsigned int) WinThreads[i].Thread); + printf("glthreads: Created thread %p\n", WinThreads[i].Thread); } if (MultiDisplays) |