summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorben <ben.nagy@arachnida.blog>2024-10-08 16:20:36 -0700
committerben <ben.nagy@arachnida.blog>2024-10-08 16:20:36 -0700
commit88be7c1ea7b8a0eb1909b3ad43ebb8c0ee37a052 (patch)
tree0c7dee867d4f1449de7297e4dd049c8f529f4485 /README.md
parent3b65d725ff54fd389b9930dc3cda5af6a6c028ed (diff)
Connection to X, GC and window creation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9578369..4d1301a 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,5 @@ scapx: Selective Screen Capture for X environment
# TODO
# References
+- XCB Public API [Documentation](https://xcb.freedesktop.org/PublicApi)
+- The extensive comments in the corresponding xcb header files