Added clarification for window.c file being present in X11 example
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-16 04:15:55 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-16 04:15:55 +0200 |
| Commit | ac047e899a22001db29ecf2eae9153baf61372b9 (patch) |
|
-rw-r--r-- |
zig-x11/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/zig-x11/window.c b/zig-x11/window.c | |||
| 1 | // This is here just for reference. It is not required for this example. |
||
| 2 | |||
| 1 | #include <X11/Xlib.h> |
3 | #include <X11/Xlib.h> |
| 2 | #include <unistd.h> |
4 | #include <unistd.h> |
| 3 | 5 | ||
| ... | |||