summaryrefslogtreecommitdiff
path: root/include/selection.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-10-19 18:43:38 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-10-19 18:43:38 -0400
commit12e889d202ac9849f534c51167cbfed91c32027a (patch)
tree9fcfd1fd486e45d91d0443fa57ea17a45544c042 /include/selection.h
parent55a96aa6b0995fda6660b7e78c85b955a62b9735 (diff)
xace: Bug fixes, name changes to selection access hooks and fields.
Diffstat (limited to 'include/selection.h')
-rw-r--r--include/selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/selection.h b/include/selection.h
index 93473767a..859b6a3b5 100644
--- a/include/selection.h
+++ b/include/selection.h
@@ -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;