From 71badb0790c8595a0ab6dedfbf8027c698369210 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 8 Apr 2003 07:31:26 +0000 Subject: move config option loading for the kernel into config.c/h add options for the number of desktops and the names of the desktops --- openbox/engine.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'openbox/engine.h') diff --git a/openbox/engine.h b/openbox/engine.h index 0180e3e5..e2c314a6 100644 --- a/openbox/engine.h +++ b/openbox/engine.h @@ -3,21 +3,6 @@ #include "../engines/engineinterface.h" -/* The engine to load */ -extern char *engine_name; -/* The theme to load */ -extern char *engine_theme; -/* The titlebar layout */ -extern char *engine_layout; -/* The titlebar font */ -extern char *engine_font; -/* The titlebar font's shadow */ -extern gboolean engine_shadow; -/* The titlebar font's shadow offset */ -extern int engine_shadow_offset; -/* The titlebar font's shadow transparency */ -extern int engine_shadow_tint; - void engine_startup(); void engine_load(); void engine_shutdown(); -- cgit v1.2.3