]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
move the focus_order lists into the kernel
[chaz/openbox] / openbox / client.h
index b41f0644d01bd0acae0ceb49bff5ac246e8989e7..e575a35aa016ef72fd3619146206058336648ba9 100644 (file)
@@ -6,7 +6,6 @@
 #include <glib.h>
 #include <X11/Xlib.h>
 
-struct ClientWrap;
 struct Frame;
 
 
@@ -279,9 +278,6 @@ typedef struct Client {
     Pixmap pixmap_icon;
     /*! The mask for the pixmap_icon, or None if its not masked */
     Pixmap pixmap_icon_mask;
-
-    /* The instance of the wrapper class if one exists */
-    struct ClientWrap *wrap;
 } Client;
 
 extern GSList *client_list;
@@ -376,7 +372,7 @@ void client_shade(Client *self, gboolean shade);
 void client_close(Client *self);
 
 /*! Sends the window to the specified desktop */
-void client_set_desktop(Client *self, unsigned int target);
+void client_set_desktop(Client *self, guint target);
 
 /*! Return a modal child of the client window
     @return A modal child of the client window, or 0 if none was found.
This page took 0.020348 seconds and 4 git commands to generate.