gardesk/ers / 24ca1e9

Browse files

Add CGSGetWindowTags FFI for tag visibility probing

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
24ca1e9d658f800c796de3bcd878afa4708a32b9
Parents
d03506f
Tree
6696873

1 changed file

StatusFile+-
M src/skylight.rs 6 0
src/skylight.rsmodified
@@ -210,6 +210,12 @@ unsafe extern "C" {
210210
         tags: *const u64,
211211
         tag_size: i32,
212212
     ) -> CGError;
213
+    pub fn CGSGetWindowTags(
214
+        cid: CGSConnectionID,
215
+        wid: u32,
216
+        tags: *mut u64,
217
+        tag_size: i32,
218
+    ) -> CGError;
213219
     pub fn SLSSetWindowShape(
214220
         cid: CGSConnectionID,
215221
         wid: u32,