diff options
author | Jeremy Huddleston <[email protected]> | 2008-03-10 15:13:28 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2008-03-10 15:13:44 -0700 |
commit | 7120c0089d663a2b7e7b0c97da38f9bc233fbdd7 (patch) | |
tree | b62123cd4e0302a5395c43068f38e7ed3c500ff0 /progs | |
parent | 8aaf805b8afbde3b9faa681f29f691bec3213f4a (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
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) |