summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-18 05:29:01 +0000
committerDana Jansens <danakj@orodu.net>2003-03-18 05:29:01 +0000
commitbfea000a7407e51b5659590415e410a47f6f046b (patch)
tree05412a9b0af07d5000a992b0e81e7d2bdf2ed61c /openbox/client.h
parent9185ca5c1a7e7fb492ef829449f9a089f1d858ee (diff)
add a keyboard plugin
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 1 insertions, 1 deletions
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.