dix: add new selection fields supporting redirection.

This is a minor ABI break.
This commit is contained in:
Eamon Walsh 2007-03-21 16:17:14 -04:00 committed by Eamon Walsh
commit 4c1fb8069d
2 changed files with 16 additions and 4 deletions

View file

@ -50,6 +50,7 @@ SOFTWARE.
******************************************************************/
#include "dixstruct.h"
#include "privates.h"
/*
*
* Selection data structures
@ -61,6 +62,9 @@ typedef struct _Selection {
Window window;
WindowPtr pWin;
ClientPtr client;
ClientPtr destclient; /* support for redirection */
Window destwindow; /* support for redirection */
PrivateRec *devPrivates;
} Selection;
#endif /* SELECTION_H */