]> Dogcows Code - chaz/openbox/commitdiff
use the new cursor defn's
authorDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 05:29:11 +0000 (05:29 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 05:29:11 +0000 (05:29 +0000)
openbox/frame.c

index a223aa5eead7686894bb0e1690e5174becb10552..345eb1f2b9908b7fe13fd0a636b1d368b4d27434 100644 (file)
@@ -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 */
This page took 0.025284 seconds and 4 git commands to generate.