diff options
Diffstat (limited to 'include/capture/xcomposite.h')
-rw-r--r-- | include/capture/xcomposite.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/capture/xcomposite.h b/include/capture/xcomposite.h deleted file mode 100644 index edd335c..0000000 --- a/include/capture/xcomposite.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef GSR_CAPTURE_XCOMPOSITE_H -#define GSR_CAPTURE_XCOMPOSITE_H - -#include "capture.h" -#include "../vec2.h" -#include <X11/X.h> - -typedef struct _XDisplay Display; - -typedef struct { - Window window; -} gsr_capture_xcomposite_params; - -gsr_capture* gsr_capture_xcomposite_create(const gsr_capture_xcomposite_params *params); - -#endif /* GSR_CAPTURE_XCOMPOSITE_H */ |