diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-07-14 15:22:35 +0200 |
| commit | 8ad51aef1e08623fb97437994d75366a3018e493 (patch) | |
| tree | 31a3d2f3b72b3279a1178ed419604c22e0bcdc52 /render/icon.h | |
| parent | 95c58160c16e6d68ede77defebda75ed056623e4 (diff) | |
80 cols everywhere
Diffstat (limited to 'render/icon.h')
| -rw-r--r-- | render/icon.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/render/icon.h b/render/icon.h index 0e241562..13eff847 100644 --- a/render/icon.h +++ b/render/icon.h @@ -22,7 +22,9 @@ #define OB_DEFAULT_ICON_HEIGHT (48) #define OB_DEFAULT_ICON_BYTES_PER_PIXEL (4) /* 3:RGB, 4:RGBA */ #define OB_DEFAULT_ICON_COMMENT \ - "To recreate this file, save an image as \"C-Source\" in The Gimp. Use \"ob_default_icon\" as the Prefixed Name. Enable Glib Types. Enable Save Alpha Channel. Enable Use Macros instead of Struct." + "To recreate this file, save an image as \"C-Source\" in The Gimp. " \ + "Use \"ob_default_icon\" as the Prefixed Name. Enable Glib Types. " \ + "Enable Save Alpha Channel. Enable Use Macros instead of Struct." #define OB_DEFAULT_ICON_PIXEL_DATA ((guint8*) OB_DEFAULT_ICON_pixel_data) static const guint8 OB_DEFAULT_ICON_pixel_data[48 * 48 * 4 + 1] = "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" |
