/*------------------------------------------------------------------*\ 25-overlayressources.cvs.patch \*------------------------------------------------------------------*/ this patch adds more ressources and fine control to fluxbox. the following new resources are available: session.screen0.overlay.lineWidth: defines the width of the rectangle thats displayed when u resize or move a window (in nonopaquemode) session.screen0.overlay.lineStyle: defines the lines style of the rectangle, options: LineSolid (default) LineOnOffDash LineDoubleDash session.screen0.overlay.joinStyle: defines the "corners" JoinMiter (default) JoinBevel JoinRound session.screen0.overlay.capStyle: defines the capstyle for the CapNotLast (default) CapButt CapRound CapProjecting this patch also fixes a "lost" pixel in the resize-rectangle. in fact, the pixel isnt really lost, its just the "wrong" JoinStyle.