From: ayin Date: Mon, 28 Jan 2008 10:44:21 +0000 (+0000) Subject: Fix compilation without xft. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7f01ab9f4ecb632880b097ae6b8821cc2cc2f8c1;p=dana%2Furxvt.git Fix compilation without xft. --- diff --git a/src/optinc.h b/src/optinc.h index 3c60b02a..4492d827 100644 --- a/src/optinc.h +++ b/src/optinc.h @@ -59,5 +59,7 @@ def(console, 33) #if XFT def(buffered, 34) +#else + nodef(buffered) #endif