diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
| commit | 2477a38d2f3063b697e44bf3690cf280fb26ca8a (patch) | |
| tree | 0107f30636cc59a94629a0d17b7cf5404e970e3b /openbox/moveresize.h | |
| parent | 375b504905908fb129f52b52ae7270deefda12f7 (diff) | |
rename the Client struct to ObClient
Diffstat (limited to 'openbox/moveresize.h')
| -rw-r--r-- | openbox/moveresize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/moveresize.h b/openbox/moveresize.h index 4b9cdac4..45feed1a 100644 --- a/openbox/moveresize.h +++ b/openbox/moveresize.h @@ -6,12 +6,12 @@ #include <glib.h> extern gboolean moveresize_in_progress; -extern Client *moveresize_client; +extern ObClient *moveresize_client; void moveresize_startup(); void moveresize_shutdown(); -void moveresize_start(Client *c, int x, int y, guint button, guint32 corner); +void moveresize_start(ObClient *c, int x, int y, guint button, guint32 corner); void moveresize_end(gboolean cancel); void moveresize_event(XEvent *e); |
