use the new cursor defn's
This commit is contained in:
parent
75d4428403
commit
7e8cdf1ab7
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue