all repos — openbox @ 8159ac5f8634ccaf7cd34e12ea1efa457e4bdcac

openbox fork - make it a bit more like ryudo

i think this is good? can you run X at 32 bits?
Dana Jansens danakj@orodu.net
commit

8159ac5f8634ccaf7cd34e12ea1efa457e4bdcac

parent

883bad43869c6fe55b4409a25d4283a941f8778d

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

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

@@ -72,6 +72,11 @@ {

XWindowAttributes wattrib; Status ret; + /* we're already running at 32 bit depth, yay. we don't need to use their + visual */ + if (RrDepth(ob_rr_inst) == 32) + return NULL; + ret = XGetWindowAttributes(ob_display, c->window, &wattrib); g_assert(ret != BadDrawable); g_assert(ret != BadWindow);