about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2020-02-07 18:53:41 +0000
committerokan <okan>2020-02-07 18:53:41 +0000
commit54d95c06109091056d3f8b2ac73e2ebc30e090e6 (patch)
tree0d9a5a4b111137ae40f90920edbcf537208e6328 /calmwm.h
parent450ab06ab776e972a4c401aa91ba9627464fa513 (diff)
parent7a88b2bdb2789e549ed4caab37c814198e347696 (diff)
downloadcwm-54d95c06109091056d3f8b2ac73e2ebc30e090e6.tar.gz
cwm-54d95c06109091056d3f8b2ac73e2ebc30e090e6.tar.xz
cwm-54d95c06109091056d3f8b2ac73e2ebc30e090e6.zip
cvsimport
* refs/heads/master:
  Allow the 'empty' group clients to be window-{h,v}tile'd.
  Map ('5') and allow mod5mask (altgr) as a modifier.
  add, then use, xvasprintf, checking for appropriate return.
  Ensure the pointer stays within client bounds after a window 'snap' (to edge).
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index d15f39d..bd34cb2 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -619,5 +619,7 @@ char			*xstrdup(const char *);
 int			 xasprintf(char **, const char *, ...)
 			    __attribute__((__format__ (printf, 2, 3)))
 			    __attribute__((__nonnull__ (2)));
+int			 xvasprintf(char **, const char *, va_list)
+			    __attribute__((__nonnull__ (2)));
 
 #endif /* _CALMWM_H_ */