</context>
<context name="Handle">
<mousebind button="Left" action="Drag">
- <action name="Move"/>
- </mousebind>
- <mousebind button="Left" action="Click">
- <action name="Raise"/>
+ <action name="Resize"><edge>bottom</edge></action>
</mousebind>
<mousebind button="Left" action="Press">
<action name="Focus"/>
</mousebind>
- <mousebind button="Middle" action="Press">
- <action name="Lower"/>
- </mousebind>
</context>
<context name="BLCorner">
<mousebind button="Left" action="Drag">
self->shade = createWindow(self->title, NULL, mask, &attrib);
self->icon = createWindow(self->title, NULL, mask, &attrib);
self->iconify = createWindow(self->title, NULL, mask, &attrib);
- self->handle = createWindow(self->window, NULL, mask, &attrib);
mask |= CWCursor;
+ attrib.cursor = ob_cursor(OB_CURSOR_SOUTH);
+ self->handle = createWindow(self->window, NULL, mask, &attrib);
attrib.cursor = ob_cursor(OB_CURSOR_SOUTHWEST);
self->lgrip = createWindow(self->handle, NULL, mask, &attrib);
attrib.cursor = ob_cursor(OB_CURSOR_SOUTHEAST);