summaryrefslogtreecommitdiff
path: root/zig-x11
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-09-16 04:15:55 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-09-16 04:15:55 +0200
commitac047e899a22001db29ecf2eae9153baf61372b9 (patch)
tree9bc1ce1491c609cd5ea2754a9856f397e375c8f9 /zig-x11
parent1c5d09532f18da2a7b6a2a3164380ec76ac11cc1 (diff)
downloadprobe-ac047e899a22001db29ecf2eae9153baf61372b9.tar.gz
Added clarification for window.c file being present in X11 example
Diffstat (limited to 'zig-x11')
-rw-r--r--zig-x11/window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zig-x11/window.c b/zig-x11/window.c
index 80110c4..fb7a9e7 100644
--- a/zig-x11/window.c
+++ b/zig-x11/window.c
@@ -1,3 +1,5 @@
+// This is here just for reference. It is not required for this example.
+
#include <X11/Xlib.h>
#include <unistd.h>