aboutsummaryrefslogtreecommitdiff
path: root/src/c2.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-09-19 17:46:20 +1000
committerallusive-dev <[email protected]>2023-09-19 17:46:20 +1000
commit5650d887357bf2a3fac8c5fd4f467bf8795b5fc4 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/c2.h
parentUpdate picom.sample.conf (diff)
downloadcompfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.tar.xz
compfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.zip
reset
Diffstat (limited to 'src/c2.h')
-rw-r--r--src/c2.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/c2.h b/src/c2.h
deleted file mode 100644
index d6b1d37..0000000
--- a/src/c2.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// SPDX-License-Identifier: MIT
-/*
- * Compton - a compositor for X11
- *
- * Based on `xcompmgr` - Copyright (c) 2003, Keith Packard
- *
- * Copyright (c) 2011-2013, Christopher Jeffrey
- * See LICENSE-mit for more information.
- *
- */
-
-#pragma once
-
-#include <stdbool.h>
-
-typedef struct _c2_lptr c2_lptr_t;
-typedef struct session session_t;
-struct managed_win;
-
-c2_lptr_t *c2_parse(c2_lptr_t **pcondlst, const char *pattern, void *data);
-
-c2_lptr_t *c2_free_lptr(c2_lptr_t *lp);
-
-bool c2_match(session_t *ps, const struct managed_win *w, const c2_lptr_t *condlst, void **pdata);
-
-bool c2_list_postprocess(session_t *ps, c2_lptr_t *list);