X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fconfig.h;h=1f4ae326d3e1d0f41670ab9b30bf6605c1a5ddaa;hb=beae040a8145e4dbe5444720152b9176660433d8;hp=3fd1b879a61b5246f98ab8fc1f2fefd2c61e312b;hpb=12ca673de556b341588a7f67fb2b9417c1e91d6b;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 3fd1b879..1f4ae326 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -23,14 +23,14 @@ #include "misc.h" #include "stacking.h" #include "place.h" +#include "client.h" #include "geom.h" #include "moveresize.h" #include "render/render.h" +#include "obt/parse.h" #include -struct _ObParseInst; - typedef struct _ObAppSettings ObAppSettings; struct _ObAppSettings @@ -38,6 +38,7 @@ struct _ObAppSettings GPatternSpec *class; GPatternSpec *name; GPatternSpec *role; + ObClientType type; GravityPoint position; gboolean pos_given; @@ -186,7 +187,7 @@ extern GSList *config_menu_files; /*! Per app settings */ extern GSList *config_per_app_settings; -void config_startup(struct _ObParseInst *i); +void config_startup(ObtParseInst *i); void config_shutdown(); /*! Create an ObAppSettings structure with the default values */