diff options
author | Lars Knoll <lars@trolltech.com> | 2006-10-15 14:13:14 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-10-15 14:13:14 -0700 |
commit | 9dc7945eaa9216bf7b0056e815fba5bf8b5ded07 (patch) | |
tree | 4c316a61520a17caaa1c2cb353d6be1c5de4a0da | |
parent | fcd9a56f0614521127d82954c4a4d77c92e62e53 (diff) |
Don't unlock the Display when you have not locked it.
Acked-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r-- | src/Xfixes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Xfixes.c b/src/Xfixes.c index 5b279a1..cf56b5a 100644 --- a/src/Xfixes.c +++ b/src/Xfixes.c @@ -322,8 +322,6 @@ XFixesQueryVersion (Display *dpy, *major_versionp = info->major_version; *minor_versionp = info->minor_version; - UnlockDisplay (dpy); - SyncHandle (); return 1; } |