summaryrefslogtreecommitdiff
path: root/src/scrollbar.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>1999-10-07 22:18:14 +0000
committerMichael Jennings <mej@kainx.org>1999-10-07 22:18:14 +0000
commitdd84c6ababafc584371af657ac47fa6493b1e4d4 (patch)
treec3c4c4d8781fee947270de80109e5c71d668880a /src/scrollbar.c
parentfb94fcd0b695af294d91f9bb124fb8e88d6d9bb0 (diff)
downloadeterm-dd84c6ababafc584371af657ac47fa6493b1e4d4.tar.gz
Thu Oct 7 18:48:31 PDT 1999 Michael Jennings <mej@eterm.org>
Shaved off around 100 KB of memory usage per Eterm by moving more code into the shared library, removing lots of unneeded variables, and fixing some small leaks here and there. SVN revision: 710
Diffstat (limited to 'src/scrollbar.c')
-rw-r--r--src/scrollbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scrollbar.c b/src/scrollbar.c
index 88adf6c..74a3166 100644
--- a/src/scrollbar.c
+++ b/src/scrollbar.c
@@ -5,7 +5,7 @@
* bearing this same message or a similar one, is distributed under
* the GNU Public License (GPL) as outlined in the COPYING file.
*
- * Copyright (C) 1997, Michael Jennings and Tuomo Venalainen
+ * Copyright (C) 1997-1999, Michael Jennings and Tuomo Venalainen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ static const char cvs_ident[] = "$Id$";
#include "command.h"
#include "e.h"
#include "events.h"
-#include "main.h"
+#include "startup.h"
#include "options.h"
#ifdef PIXMAP_SCROLLBAR
# include "pixmap.h"