all repos — openbox @ 71940dae6fd5673f0c682247216e6c989545bf9e

openbox fork - make it a bit more like ryudo

Fix some typos in comments.
Mikael Magnusson mikachu@comhem.se
commit

71940dae6fd5673f0c682247216e6c989545bf9e

parent

6be85936aea651721419bb789677059ab3cffad8

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -855,7 +855,7 @@ }

case ButtonRelease: /* Wheel buttons don't draw because they are an instant click, so it is a waste of resources to go drawing it. - if the user is doing an intereactive thing, or has a menu open then + if the user is doing an interactive thing, or has a menu open then the mouse is grabbed (possibly) and if we get these events we don't want to deal with them */
M render/theme.crender/theme.c

@@ -220,7 +220,7 @@ !read_color(db, inst,

"border.color", &theme->frame_focused_border_color)) theme->frame_focused_border_color = RrColorNew(inst, 0, 0, 0); - /* title separator focused color inherits from focused boder color */ + /* title separator focused color inherits from focused border color */ if (!read_color(db, inst, "window.active.title.separator.color", &theme->title_separator_focused_color))

@@ -237,7 +237,7 @@ theme->frame_unfocused_border_color =

RrColorNew(inst, theme->frame_focused_border_color->r, theme->frame_focused_border_color->g, theme->frame_focused_border_color->b); - /* title separator unfocused color inherits from unfocused boder color */ + /* title separator unfocused color inherits from unfocused border color */ if (!read_color(db, inst, "window.inactive.title.separator.color", &theme->title_separator_unfocused_color))