X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fengine.h;h=76bb149578a60049f6bef499e84bec8cf241f388;hb=7ebc5c797f0435286f25f077e8329ec821fc5e53;hp=a727425333157185743cbb67a17bf948c29fce3f;hpb=327a0b3de75187a23bb01ce5e8e6992fd1106a81;p=chaz%2Fopenbox diff --git a/openbox/engine.h b/openbox/engine.h index a7274253..76bb1495 100644 --- a/openbox/engine.h +++ b/openbox/engine.h @@ -3,7 +3,23 @@ #include "../engines/engineinterface.h" -void engine_startup(char *engine); +/* 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;