summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-13 08:36:38 +0000
committerDana Jansens <danakj@orodu.net>2003-04-13 08:36:38 +0000
commitbb8b9ddbc5c7932f184aeed744f4762b5c95fe28 (patch)
tree50144f1e27f1de3fe37a9412e384e3d0dc90a16e /openbox/frame.h
parent14a842b34c2857385ee7c5a02c870f5aedef0e54 (diff)
pass the Client for frame_context cuz the client might be NULL
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index c36e7833..bbe7d370 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -98,7 +98,7 @@ void frame_release_client(Frame *self, Client *client);
Context frame_context_from_string(char *name);
-Context frame_context(Frame *self, Window win);
+Context frame_context(Client *self, Window win);
/*! Applies gravity to the client's position to find where the frame should
be positioned.