all repos — openbox @ 2dada607c547a36f7e3c887852b7484c653ee56e

openbox fork - make it a bit more like ryudo

don't assume screen 0
Dana Jansens danakj@orodu.net
commit

2dada607c547a36f7e3c887852b7484c653ee56e

parent

8159ac5f8634ccaf7cd34e12ea1efa457e4bdcac

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

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

@@ -109,8 +109,8 @@ self->colormap = attrib.colormap =

XCreateColormap(ob_display, RootWindow(ob_display, ob_screen), visual, AllocNone); - attrib.background_pixel = BlackPixel(ob_display, 0); - attrib.border_pixel = BlackPixel(ob_display, 0); + attrib.background_pixel = BlackPixel(ob_display, ob_screen); + attrib.border_pixel = BlackPixel(ob_display, ob_screen); } attrib.event_mask = FRAME_EVENTMASK; self->window = createWindow(RootWindow(ob_display, ob_screen), visual,