summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
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.