From 7e8cdf1ab756376032c379661933fd5d15f8901a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 17 Apr 2003 05:29:11 +0000 Subject: [PATCH] use the new cursor defn's --- openbox/frame.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/frame.c b/openbox/frame.c index a223aa5e..345eb1f2 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -119,9 +119,9 @@ Frame *frame_new() 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 */ -- 2.39.2