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/action.h | |
| parent | 375b504905908fb129f52b52ae7270deefda12f7 (diff) | |
rename the Client struct to ObClient
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/openbox/action.h b/openbox/action.h index 9dfbc716..e84a273f 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -10,57 +10,57 @@ */ struct AnyAction { - Client *c; + ObClient *c; }; struct DirectionalAction{ - Client *c; + ObClient *c; ObDirection direction; }; struct Execute { - Client *c; + ObClient *c; char *path; }; struct ClientAction { - Client *c; + ObClient *c; }; struct MoveResizeRelative { - Client *c; + ObClient *c; int delta; }; struct SendToDesktop { - Client *c; + ObClient *c; guint desk; gboolean follow; }; struct SendToDesktopDirection { - Client *c; + ObClient *c; gboolean wrap; gboolean follow; }; struct Desktop { - Client *c; + ObClient *c; guint desk; }; struct Layer { - Client *c; + ObClient *c; int layer; /* < 0 = below, 0 = normal, > 0 = above */ }; struct DesktopDirection { - Client *c; + ObClient *c; gboolean wrap; }; struct MoveResize { - Client *c; + ObClient *c; int x; int y; guint32 corner; /* prop_atoms.net_wm_moveresize_* */ @@ -68,14 +68,14 @@ struct MoveResize { }; struct ShowMenu { - Client *c; + ObClient *c; char *name; int x; int y; }; struct CycleWindows { - Client *c; + ObClient *c; gboolean linear; gboolean forward; gboolean final; |
