From 7f01ab9f4ecb632880b097ae6b8821cc2cc2f8c1 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 28 Jan 2008 10:44:21 +0000 Subject: [PATCH] Fix compilation without xft. --- src/optinc.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1