X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fconfig.h;h=69fe6ff44211c69fbd4af4c335117ba88da89819;hb=b6c501cb7cd148fb9beccadcdfc092d1f7d167a4;hp=3fd1b879a61b5246f98ab8fc1f2fefd2c61e312b;hpb=12ca673de556b341588a7f67fb2b9417c1e91d6b;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 3fd1b879..69fe6ff4 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" @@ -38,6 +39,7 @@ struct _ObAppSettings GPatternSpec *class; GPatternSpec *name; GPatternSpec *role; + ObClientType type; GravityPoint position; gboolean pos_given; @@ -196,5 +198,4 @@ ObAppSettings* config_create_app_settings(); void config_app_settings_copy_non_defaults(const ObAppSettings *src, ObAppSettings *dest); - #endif