summaryrefslogtreecommitdiff
path: root/openbox/per_app_settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/per_app_settings.c')
-rw-r--r--openbox/per_app_settings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/per_app_settings.c b/openbox/per_app_settings.c
index c8ab4ed5..73331cc6 100644
--- a/openbox/per_app_settings.c
+++ b/openbox/per_app_settings.c
@@ -20,6 +20,9 @@
#include "screen.h"
#include "config.h"
+/* XXX put in client.c */
+/* This should possibly do something more interesting than just match
+ * against WM_CLASS literally. */
ObAppSetting *get_client_settings(ObClient *client)
{
GSList *a = config_per_app_settings;
@@ -38,6 +41,7 @@ ObAppSetting *get_client_settings(ObClient *client)
return NULL;
}
+/* XXX put in place.c */
void place_window_from_settings(ObAppSetting *setting, ObClient *client, gint *x, gint *y)
{
gint px, py, i;