summaryrefslogtreecommitdiff
path: root/openbox/frame.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 06:38:42 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 06:38:42 +0000
commit2477a38d2f3063b697e44bf3690cf280fb26ca8a (patch)
tree0107f30636cc59a94629a0d17b7cf5404e970e3b /openbox/frame.h
parent375b504905908fb129f52b52ae7270deefda12f7 (diff)
rename the Client struct to ObClient
Diffstat (limited to 'openbox/frame.h')
-rw-r--r--openbox/frame.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/frame.h b/openbox/frame.h
index 2720de91..c402001c 100644
--- a/openbox/frame.h
+++ b/openbox/frame.h
@@ -29,7 +29,7 @@ typedef enum {
f->cbwidth)
typedef struct Frame {
- Client *client;
+ ObClient *client;
Window window;
Window plate;
@@ -96,12 +96,12 @@ void frame_adjust_state(Frame *self);
void frame_adjust_focus(Frame *self, gboolean hilite);
void frame_adjust_title(Frame *self);
void frame_adjust_icon(Frame *self);
-void frame_grab_client(Frame *self, Client *client);
-void frame_release_client(Frame *self, Client *client);
+void frame_grab_client(Frame *self, ObClient *client);
+void frame_release_client(Frame *self, ObClient *client);
Context frame_context_from_string(char *name);
-Context frame_context(Client *self, Window win);
+Context frame_context(ObClient *self, Window win);
/*! Applies gravity to the client's position to find where the frame should
be positioned.