diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-20 05:22:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-20 05:22:23 +0000 |
| commit | d713bdf4623aa46676f95d1f38618b219ea5d9c9 (patch) | |
| tree | 8c5dca7f3ed14e6b7c580509a91300cce3a2e8c4 /openbox/client.h | |
| parent | 90cd9c62192194d1b3ab868a77fe56a9b1e215c2 (diff) | |
remove the client_time_heap thing. actually its better to just use the user_time on the currently focused window I think. that will handle panels and things too.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h index bb1d4c9f..90c6c059 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -32,7 +32,6 @@ struct _ObFrame; struct _ObGroup; struct _ObSessionState; -struct _ObClientTimeHeap; typedef struct _ObClient ObClient; typedef struct _ObClientIcon ObClientIcon; @@ -301,7 +300,6 @@ struct _ObAppSettings }; extern GList *client_list; -extern struct _ObClientTimeHeap *client_user_times; void client_startup(gboolean reconfig); void client_shutdown(gboolean reconfig); |
