diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:00:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-21 02:00:42 +0000 |
| commit | 092616de9a809a1c9a646901521ffcc1f337e913 (patch) | |
| tree | da4c62231354e15d6a784cf1682c9b628563e872 /openbox/client.h | |
| parent | bd59576748db274c1a5e6ffece5df51d7d700b23 (diff) | |
rename pixel32/16 to RrPixel32/16
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 e45b3771..ff7f67c7 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -18,7 +18,7 @@ struct Group; /*! Holds an icon in ARGB format */ typedef struct Icon { int width, height; - pixel32 *data; + RrPixel32 *data; } Icon; /*! The MWM Hints as retrieved from the window property |
