diff options
author | okan | 2009-08-27 01:38:08 +0000 |
---|---|---|
committer | okan | 2009-08-27 01:38:08 +0000 |
commit | f85968efdac22249de246783db8a008c823e12ae (patch) | |
tree | 5158fc2746ac21efe17dcfb0f7bebb3482bacfcf /calmwm.h | |
parent | 7040418822e74ed25f890699af3ad11e12ff7418 (diff) | |
download | cwm-f85968efdac22249de246783db8a008c823e12ae.tar.gz |
unroll the CCTOSC macro; from Thomas Pfaff
ok oga@
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.97 2009/08/24 23:54:41 oga Exp $ + * $Id: calmwm.h,v 1.98 2009/08/27 01:38:08 okan Exp $ */ #ifndef _CALMWM_H_ @@ -491,8 +491,6 @@ XftFont *font_make(struct screen_ctx *, const char *); #define font_descent() Conf.DefaultFont->descent #define font_height() Conf.FontHeight -#define CCTOSC(cc) (cc->sc) - /* Externs */ extern Display *X_Dpy; |