X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=9dd50985daa0b138d4fcc027992ffc262e871b3c;hb=0a3d3245a6a72c4af72b57b71d97190fb814adb3;hp=eeb7e0fb26a7a7111b1b02c3a84da0de78694f43;hpb=de70d9ffc519d1b255246483c28f2a08bf6354bb;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index eeb7e0fb..9dd50985 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -151,6 +151,10 @@ int main(int argc, char **argv) ob_cursors.tr = XCreateFontCursor(ob_display, XC_top_right_corner); ob_cursors.bl = XCreateFontCursor(ob_display, XC_bottom_left_corner); ob_cursors.br = XCreateFontCursor(ob_display, XC_bottom_right_corner); + ob_cursors.t = XCreateFontCursor(ob_display, XC_top_side); + ob_cursors.r = XCreateFontCursor(ob_display, XC_right_side); + ob_cursors.b = XCreateFontCursor(ob_display, XC_bottom_side); + ob_cursors.l = XCreateFontCursor(ob_display, XC_left_side); prop_startup(); /* get atoms values for the display */ extensions_query_all(); /* find which extensions are present */