]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
rename the Client struct to ObClient
[chaz/openbox] / openbox / frame.h
index 2720de91eff38bbcdeaa7fad1b7b083f00eb057d..c402001cdc11ecae42bc1ddaf32d45f9027454eb 100644 (file)
@@ -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.
This page took 0.020946 seconds and 4 git commands to generate.