From 8ad51aef1e08623fb97437994d75366a3018e493 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 14 Jul 2007 15:22:35 +0200 Subject: 80 cols everywhere --- render/icon.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'render/icon.h') 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" -- cgit v1.2.3