all repos — openbox @ 7e8cdf1ab756376032c379661933fd5d15f8901a

openbox fork - make it a bit more like ryudo

use the new cursor defn's
Dana Jansens danakj@orodu.net
commit

7e8cdf1ab756376032c379661933fd5d15f8901a

parent

75d4428403712469e069c460aea1ea282336a099

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

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

@@ -119,9 +119,9 @@ self->icon = createWindow(self->title, mask, &attrib);

self->iconify = createWindow(self->title, mask, &attrib); self->handle = createWindow(self->window, mask, &attrib); mask |= CWCursor; - attrib.cursor = ob_cursors.ll_angle; + attrib.cursor = ob_cursors.bl; self->lgrip = createWindow(self->handle, mask, &attrib); - attrib.cursor = ob_cursors.lr_angle; + attrib.cursor = ob_cursors.br; self->rgrip = createWindow(self->handle, mask, &attrib); /* the other stuff is shown based on decor settings */