From: Dana Jansens Date: Thu, 17 Apr 2003 05:29:11 +0000 (+0000) Subject: use the new cursor defn's X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=inline;h=7e8cdf1ab756376032c379661933fd5d15f8901a;p=chaz%2Fopenbox use the new cursor defn's --- 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 */