xace: Bug fixes, name changes to selection access hooks and fields.

This commit is contained in:
Eamon Walsh
2007-10-19 18:43:38 -04:00
committed by Eamon Walsh
parent 55a96aa6b0
commit 12e889d202
2 changed files with 14 additions and 15 deletions

View File

@@ -62,8 +62,8 @@ typedef struct _Selection {
Window window;
WindowPtr pWin;
ClientPtr client;
ClientPtr destclient; /* support for redirection */
Window destwindow; /* support for redirection */
ClientPtr alt_client; /* support for redirection */
Window alt_window; /* support for redirection */
PrivateRec *devPrivates;
} Selection;