all repos — openbox @ 8ad51aef1e08623fb97437994d75366a3018e493

openbox fork - make it a bit more like ryudo

80 cols everywhere
Mikael Magnusson mikachu@comhem.se
commit

8ad51aef1e08623fb97437994d75366a3018e493

parent

95c58160c16e6d68ede77defebda75ed056623e4

M openbox/client.copenbox/client.c

@@ -1884,10 +1884,10 @@ /* try old x stuff */

if (!(PROP_GETS(self->window, wm_name, locale, &data) || PROP_GETS(self->window, wm_name, utf8, &data))) { if (self->transient) { - /* - GNOME alert windows are not given titles: - http://developer.gnome.org/projects/gup/hig/draft_hig_new/windows-alert.html - */ + /* + GNOME alert windows are not given titles: + http://developer.gnome.org/projects/gup/hig/draft_hig_new/windows-alert.html + */ data = g_strdup(""); } else data = g_strdup("Unnamed Window");
M openbox/frame.copenbox/frame.c

@@ -368,7 +368,8 @@ STRUT_SET(self->size,

self->cbwidth_l + (!self->max_horz ? self->bwidth : 0), self->cbwidth_t + self->bwidth, self->cbwidth_r + (!self->max_horz ? self->bwidth : 0), - self->cbwidth_b + (!self->max_horz || !self->max_vert ? self->bwidth : 0)); + self->cbwidth_b + + (!self->max_horz || !self->max_vert ? self->bwidth : 0)); if (self->decorations & OB_FRAME_DECOR_TITLEBAR) self->size.top += ob_rr_theme->title_height + self->bwidth;

@@ -725,8 +726,8 @@ XUnmapWindow(ob_display, self->left);

if (self->bwidth && !self->max_horz) { XMoveResizeWindow(ob_display, self->right, - self->client->area.width + - self->cbwidth_l + self->cbwidth_r + self->bwidth, + self->client->area.width + self->cbwidth_l + + self->cbwidth_r + self->bwidth, self->bwidth + ob_rr_theme->grip_width, self->bwidth, self->client->area.height +
M openbox/menuframe.copenbox/menuframe.c

@@ -694,7 +694,8 @@ e->border = ob_rr_theme->mbwidth;

} RECT_SET_POINT(e->area, 0, h+e->border); - XMoveWindow(ob_display, e->window, e->area.x-e->border, e->area.y-e->border); + XMoveWindow(ob_display, e->window, + e->area.x-e->border, e->area.y-e->border); XSetWindowBorderWidth(ob_display, e->window, e->border); XSetWindowBorder(ob_display, e->window, RrColorPixel(ob_rr_theme->menu_border_color));
M openbox/openbox.copenbox/openbox.c

@@ -147,7 +147,8 @@

ob_display = XOpenDisplay(NULL); if (ob_display == NULL) - ob_exit_with_error(_("Failed to open the display from the DISPLAY environment variable.")); + ob_exit_with_error(_("Failed to open the display from the DISPLAY " + "environment variable.")); if (fcntl(ConnectionNumber(ob_display), F_SETFD, 1) == -1) ob_exit_with_error("Failed to set display as close-on-exec");

@@ -249,7 +250,8 @@ if (parse_load_rc(NULL, &doc, &node)) {

parse_tree(i, doc, node->xmlChildrenNode); parse_close(doc); } else - g_message(_("Unable to find a valid config file, using some simple defaults")); + g_message(_("Unable to find a valid config file, " + "using some simple defaults")); /* if (config_type != NULL)

@@ -487,16 +489,20 @@ g_print(_("Syntax: openbox [options]\n"));

g_print(_("\nOptions:\n")); g_print(_(" --help Display this help and exit\n")); g_print(_(" --version Display the version and exit\n")); - g_print(_(" --replace Replace the currently running window manager\n")); - g_print(_(" --sm-disable Disable connection to the session manager\n")); + g_print(_(" --replace Replace the currently running " + "window manager\n")); + g_print(_(" --sm-disable Disable connection to the " + "session manager\n")); g_print(_("\nPassing messages to a running Openbox instance:\n")); g_print(_(" --reconfigure Reload Openbox's configuration\n")); g_print(_(" --restart Restart Openbox\n")); g_print(_("\nDebugging options:\n")); g_print(_(" --sync Run in synchronous mode\n")); g_print(_(" --debug Display debugging output\n")); - g_print(_(" --debug-focus Display debugging output for focus handling\n")); - g_print(_(" --debug-xinerama Split the display into fake xinerama screens\n")); + g_print(_(" --debug-focus Display debugging output for " + "focus handling\n")); + g_print(_(" --debug-xinerama Split the display into fake " + "xinerama screens\n")); g_print(_("\nPlease report bugs at %s\n"), PACKAGE_BUGREPORT); }
M openbox/startupnotify.copenbox/startupnotify.c

@@ -243,7 +243,8 @@ }

sn_launcher_context_set_name(sn_launcher, name ? name : program); sn_launcher_context_set_description(sn_launcher, desc); - sn_launcher_context_set_icon_name(sn_launcher, icon_name ? icon_name : program); + sn_launcher_context_set_icon_name(sn_launcher, icon_name ? + icon_name : program); sn_launcher_context_set_binary_name(sn_launcher, program); if (desktop >= 0 && (unsigned) desktop < screen_num_desktops) sn_launcher_context_set_workspace(sn_launcher, (signed) desktop);
M render/gradient.crender/gradient.c

@@ -23,7 +23,8 @@ #include "gradient.h"

#include "color.h" #include <glib.h> -static void highlight(RrSurface *s, RrPixel32 *x, RrPixel32 *y, gboolean raised); +static void highlight(RrSurface *s, RrPixel32 *x, RrPixel32 *y, + gboolean raised); static void gradient_parentrelative(RrAppearance *a, gint w, gint h); static void gradient_solid(RrAppearance *l, gint w, gint h); static void gradient_splitvertical(RrAppearance *a, gint w, gint h);
M render/icon.hrender/icon.h

@@ -22,7 +22,9 @@ #define OB_DEFAULT_ICON_WIDTH (48)

#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"
M render/render.hrender/render.h

@@ -246,8 +246,8 @@ RrAppearance *RrAppearanceCopy (RrAppearance *a);

void RrAppearanceFree (RrAppearance *a); void RrAppearanceAddTextures(RrAppearance *a, gint numtex); -RrFont *RrFontOpen (const RrInstance *inst, const gchar *name, gint size, - RrFontWeight weight, RrFontSlant slant); +RrFont *RrFontOpen (const RrInstance *inst, const gchar *name, + gint size, RrFontWeight weight, RrFontSlant slant); RrFont *RrFontOpenDefault (const RrInstance *inst); void RrFontClose (RrFont *f); RrSize *RrFontMeasureString (const RrFont *f, const gchar *str,
M tests/focusout.ctests/focusout.c

@@ -117,7 +117,8 @@ case NotifyAncestor: detail = "NotifyAncestor"; break;

case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break;

@@ -144,7 +145,8 @@ case NotifyAncestor: detail = "NotifyAncestor"; break;

case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break;

@@ -171,7 +173,8 @@ case NotifyAncestor: detail = "NotifyAncestor"; break;

case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break;

@@ -198,7 +201,8 @@ case NotifyAncestor: detail = "NotifyAncestor"; break;

case NotifyVirtual: detail = "NotifyVirtual"; break; case NotifyInferior: detail = "NotifyInferior"; break; case NotifyNonlinear: detail = "NotifyNonlinear"; break; - case NotifyNonlinearVirtual: detail = "NotifyNonlinearVirtual"; break; + case NotifyNonlinearVirtual: + detail = "NotifyNonlinearVirtual"; break; case NotifyPointer: detail = "NotifyPointer"; break; case NotifyPointerRoot: detail = "NotifyPointerRoot"; break; case NotifyDetailNone: detail = "NotifyDetailNone"; break;