diff options
Diffstat (limited to 'hw/xwin/winclipboardwrappers.c')
-rwxr-xr-x | hw/xwin/winclipboardwrappers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winclipboardwrappers.c b/hw/xwin/winclipboardwrappers.c index 8801f6c42..e9bcea9a8 100755 --- a/hw/xwin/winclipboardwrappers.c +++ b/hw/xwin/winclipboardwrappers.c @@ -345,7 +345,7 @@ winProcSetSelectionOwner (ClientPtr client) { /* Grab the Window from the request */ pWindow = (WindowPtr) SecurityLookupWindow (stuff->window, client, - SecurityReadAccess); + DixReadAccess); if (!pWindow) { ErrorF ("winProcSetSelectionOwner - Found BadWindow, aborting.\n"); |