JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Convert XGetWMNormalHints to XCB. Also fix a bug masking to the wrong value (I think)
[spectrwm.git] / osx / osx.h
1 long long strtonum(const char *, long long, long long, const char **);
2
3 #ifndef TAILQ_END
4 #define TAILQ_END(head)                 NULL
5 #endif