repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
mesa
/
src
/
mapi
/
glapi
/
glthread.c
blob
00915380f97b8c2d5ae6a4f221f8e7d2f8603bc0
1
#include
"glapi/glapi.h"
2
3
unsigned long
4
_glthread_GetID
(
void
)
5
{
6
return
u_thread_self
();
7
}