diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index c93aabf..74a3373 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -192,6 +192,15 @@ static void showInfo(ostream &ostr) { | |||
192 | #endif // USE_TOOLBAR | 192 | #endif // USE_TOOLBAR |
193 | "TOOLBAR" << endl << | 193 | "TOOLBAR" << endl << |
194 | 194 | ||
195 | #ifndef HAVE_RANDR | ||
196 | NOT << | ||
197 | #endif | ||
198 | "RANDR" << | ||
199 | #ifdef HAVE_RANDR1_2 | ||
200 | "1.2" << | ||
201 | #endif | ||
202 | endl << | ||
203 | |||
195 | #ifndef USE_XFT | 204 | #ifndef USE_XFT |
196 | NOT << | 205 | NOT << |
197 | #endif // USE_XFT | 206 | #endif // USE_XFT |