diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-18 05:29:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-18 05:29:01 +0000 |
| commit | bfea000a7407e51b5659590415e410a47f6f046b (patch) | |
| tree | 05412a9b0af07d5000a992b0e81e7d2bdf2ed61c /openbox/client.h | |
| parent | 9185ca5c1a7e7fb492ef829449f9a089f1d858ee (diff) | |
add a keyboard plugin
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
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. |
