all repos — fluxbox @ 93c4d43b694aa6c1ea13dcc22ca647750eb29df0

custom fork of the fluxbox windowmanager

minor indent
fluxgen fluxgen
commit

93c4d43b694aa6c1ea13dcc22ca647750eb29df0

parent

239e3b62d53a230c5831c59670a38a9812003827

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/WinButton.hhsrc/WinButton.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -/// $Id: WinButton.hh,v 1.1 2003/01/05 22:48:54 fluxgen Exp $ +/// $Id: WinButton.hh,v 1.2 2003/03/22 11:38:24 fluxgen Exp $ #include "Button.hh"

@@ -31,7 +31,8 @@ class WinButton:public FbTk::Button {

public: /// draw type for the button enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE}; - WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y, unsigned int width, unsigned int height); + WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y, + unsigned int width, unsigned int height); /// override for drawing void exposeEvent(XExposeEvent &event); /// override for redrawing