mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
dix: add new selection fields supporting redirection.
This is a minor ABI break.
This commit is contained in:
parent
4fa482b4be
commit
4c1fb8069d
2 changed files with 16 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue