X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=345eb1f2b9908b7fe13fd0a636b1d368b4d27434;hb=4b421dc811d01d7eb0b40edae5513ebdef9da440;hp=a223aa5eead7686894bb0e1690e5174becb10552;hpb=bb8b9ddbc5c7932f184aeed744f4762b5c95fe28;p=chaz%2Fopenbox 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 */