X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=8a01ee1ff4345121066695d2c59ae17cf5536aae;hb=22a88cfe99d897dc7d3be7b53b954f6cdfa250c6;hp=3fd1b879a61b5246f98ab8fc1f2fefd2c61e312b;hpb=12ca673de556b341588a7f67fb2b9417c1e91d6b;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 3fd1b879..8a01ee1f 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,11 +187,11 @@ extern GSList *config_menu_files; /*! Per app settings */ extern GSList *config_per_app_settings; -void config_startup(struct _ObParseInst *i); -void config_shutdown(); +void config_startup(ObtParseInst *i); +void config_shutdown(void); /*! Create an ObAppSettings structure with the default values */ -ObAppSettings* config_create_app_settings(); +ObAppSettings* config_create_app_settings(void); /*! Copies any settings in src to dest, if they are their default value in src. */ void config_app_settings_copy_non_defaults(const ObAppSettings *src,