all repos — openbox @ 99c7fa7260bc97e16b960be3acab56b494382b76

openbox fork - make it a bit more like ryudo

fix cut'n'paste bug
Derek Foreman manmower@gmail.com
commit

99c7fa7260bc97e16b960be3acab56b494382b76

parent

d3980aa459d725f13a7087e66b89c9242acf2def

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M render/test.crender/test.c

@@ -57,7 +57,7 @@ look->surface.data.planar.secondary = color_new(0xFF, 0xFF, 0xFF);

look->surface.data.planar.primary = color_parse("Black"); look->surface.data.planar.interlaced = FALSE; look->area.x = 0; - look->area.x = 0; + look->area.y = 0; look->area.width = 500; look->area.height = 500; if (ob_display == NULL) {