Merge pull request #26 from phillbush/localize

Localize
This commit is contained in:
Adrian Chadd
2026-02-05 03:38:04 +00:00
committed by GitHub
4 changed files with 557 additions and 548 deletions

9
icc.h
View File

@@ -25,4 +25,13 @@ extern Atom wm_state, wm_change_state, wm_protocols, wm_delete, wm_take_focus, w
#define Psizeright 8
#define Psizetrans 16
#define mkcmessage(w, a, x, ...) (&(XEvent){.xclient = { \
.type = ClientMessage, \
.window = (w), \
.message_type = (a), \
.format = 32, \
.data.l = {(long)(x), CurrentTime, __VA_ARGS__}, \
}})
#endif