X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=8a01ee1ff4345121066695d2c59ae17cf5536aae;hb=18141d78dab9e19161cae3e7e89f8b95591a2e9b;hp=cf9eb43efb2489e45148922ba2a6af3824a8494e;hpb=3167fc223ea82851ae954b348a5ff1c0ce6b6d79;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index cf9eb43e..8a01ee1f 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -23,6 +23,7 @@ #include "misc.h" #include "stacking.h" #include "place.h" +#include "client.h" #include "geom.h" #include "moveresize.h" #include "render/render.h" @@ -37,6 +38,7 @@ struct _ObAppSettings GPatternSpec *class; GPatternSpec *name; GPatternSpec *role; + ObClientType type; GravityPoint position; gboolean pos_given; @@ -186,10 +188,10 @@ extern GSList *config_menu_files; extern GSList *config_per_app_settings; void config_startup(ObtParseInst *i); -void config_shutdown(); +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,