X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=e575a35aa016ef72fd3619146206058336648ba9;hb=bcca5bb967f792e6dd9a1031e4bdcbef13be754d;hp=442e7107b84431fb67ac9f9552542371ef27e0d7;hpb=9b33f7ded69e22ad18169c45b6b340dcb348e072;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 442e7107..e575a35a 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -372,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.