]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Remove double newlines.
[chaz/openbox] / openbox / config.h
index 3fd1b879a61b5246f98ab8fc1f2fefd2c61e312b..69fe6ff44211c69fbd4af4c335117ba88da89819 100644 (file)
@@ -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
This page took 0.020451 seconds and 4 git commands to generate.