diff options
author | dweller <dweller@cabin.digital> | 2025-04-04 00:00:52 +0300 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2025-04-04 00:00:52 +0300 |
commit | 0533b005901b976e3e6d11d7ec5078118bbe5a2f (patch) | |
tree | a74846c72ca4f30bff5a3bae03bfffcac7bbac29 /sources/x11.c | |
parent | 9c2842629f2e5f17c6949b5ff37c972f7dd62d4a (diff) |
fix DRW instruction, add arena to iui so I don't need to manage label buffers
Diffstat (limited to '')
-rw-r--r-- | sources/x11.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/x11.c b/sources/x11.c index b9f27b3..7d353cb 100644 --- a/sources/x11.c +++ b/sources/x11.c @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2025 dwlr <dweller@cabin.digital> + * + * BSD 3-Clause License (BSD-3-Clause) + * See LICENSE for details + */ + + #if true != True #error "true != Xlib's True" #endif |