From f80ab241f31676d8ae5377d62986ee793dc27ca7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 8 Jun 2006 11:05:29 +0000 Subject: some notes to self --- openbox/per_app_settings.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/per_app_settings.c') 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; -- cgit v1.2.3