repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Always return success instead of overflow if caller didn't specify a
[wine/multimedia.git]
/
tsx11
/
locking.c
blob
3f77e0075f9b285351df0f6a6ec848c925fe1375
1
/*
2
* Thread-safe X11 locking stubs
3
*/
4
5
static void
nop
(
void
)
6
{
7
}
8
9
void
(*
wine_tsx11_lock
)(
void
) =
nop
;
10
void
(*
wine_tsx11_unlock
)(
void
) =
nop
;