aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-06-02 22:48:38 (GMT)
committerfluxgen <fluxgen>2002-06-02 22:48:38 (GMT)
commit66b1894bf264bb64748fc39824f97ef8bd9cb191 (patch)
treef1484145bb19e4cbb86a7bb13fba700f366d047b
parent91880ac96b9bd17992f297a26d66565d9dae07a8 (diff)
downloadfluxbox-66b1894bf264bb64748fc39824f97ef8bd9cb191.zip
fluxbox-66b1894bf264bb64748fc39824f97ef8bd9cb191.tar.bz2
removed FONT_ELEMENT_SIZE
-rw-r--r--src/Screen.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 50cbd5d..3cc0648 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.cc,v 1.53 2002/05/19 17:56:55 fluxgen Exp $ 25// $Id: Screen.cc,v 1.54 2002/06/02 22:48:38 fluxgen Exp $
26 26
27//use GNU extensions 27//use GNU extensions
28#ifndef _GNU_SOURCE 28#ifndef _GNU_SOURCE
@@ -37,7 +37,6 @@
37 37
38#include "i18n.hh" 38#include "i18n.hh"
39#include "fluxbox.hh" 39#include "fluxbox.hh"
40#include "Clientmenu.hh"
41#include "Icon.hh" 40#include "Icon.hh"
42#include "Image.hh" 41#include "Image.hh"
43#include "StringUtil.hh" 42#include "StringUtil.hh"
@@ -85,10 +84,6 @@
85#define MAXPATHLEN 255 84#define MAXPATHLEN 255
86#endif // MAXPATHLEN 85#endif // MAXPATHLEN
87 86
88#ifndef FONT_ELEMENT_SIZE
89#define FONT_ELEMENT_SIZE 50
90#endif // FONT_ELEMENT_SIZE
91
92#include <X11/Xatom.h> 87#include <X11/Xatom.h>
93#include <X11/keysym.h> 88#include <X11/keysym.h>
94 89