]> Dogcows Code - chaz/openbox/blobdiff - openbox/engine.h
change how rc parsing will work. a=b will be parsed in any [section] and given to...
[chaz/openbox] / openbox / engine.h
index 0ab578ce2d6e944f635240832d461d767635d33f..76bb149578a60049f6bef499e84bec8cf241f388 100644 (file)
@@ -3,7 +3,23 @@
 
 #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();
 
 EngineFrameNew *engine_frame_new;
This page took 0.02044 seconds and 4 git commands to generate.