aboutsummaryrefslogtreecommitdiffstats
path: root/backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend.c')
-rw-r--r--backend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.c b/backend.c
index 3d9dc5f..e80cebb 100644
--- a/backend.c
+++ b/backend.c
@@ -1,4 +1,4 @@
-/* $Id: backend.c,v 1.3 2001/11/20 17:49:23 ukai Exp $ */
+/* $Id: backend.c,v 1.4 2001/11/21 19:24:35 ukai Exp $ */
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
@@ -301,9 +301,9 @@ int backend( void ){
w3m_dump = 0;
if (COLS == 0) COLS = 80;
-#ifdef MOUSE
+#ifdef USE_MOUSE
use_mouse = FALSE;
-#endif /* MOUSE */
+#endif /* USE_MOUSE */
if( backend_batch_commands ){
while(( str = popText(backend_batch_commands) ))