diff options
Diffstat (limited to 'include/screenint.h')
-rw-r--r-- | include/screenint.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/screenint.h b/include/screenint.h index c0c60ef3a..b992cc224 100644 --- a/include/screenint.h +++ b/include/screenint.h @@ -76,6 +76,12 @@ AttachUnboundGPU(ScreenPtr pScreen, ScreenPtr new); extern _X_EXPORT void DetachUnboundGPU(ScreenPtr unbound); +extern _X_EXPORT void +AttachOutputGPU(ScreenPtr pScreen, ScreenPtr new); + +extern _X_EXPORT void +DetachOutputGPU(ScreenPtr output); + typedef struct _ColormapRec *ColormapPtr; #endif /* SCREENINT_H */ |