X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-rect.h;fp=src%2Fsp-rect.h;h=09d96739b262ed4d6d8e006e55be4c701afc7443;hb=9dc68827cbd515262ecb8d5ae8547d9e82c72e00;hp=9a97bc2173e025779bd9b6a53bf55905e6e3eff8;hpb=8c6aa1264d2d7b0f1d6e31a97937572068aeaaae;p=inkscape.git diff --git a/src/sp-rect.h b/src/sp-rect.h index 9a97bc217..09d96739b 100644 --- a/src/sp-rect.h +++ b/src/sp-rect.h @@ -1,11 +1,12 @@ -#ifndef __SP_RECT_H__ -#define __SP_RECT_H__ +#ifndef SEEN_SP_RECT_H +#define SEEN_SP_RECT_H /* * SVG implementation * * Authors: * Lauris Kaplinski + * Abhishek Sharma * * Copyright (C) 1999-2002 Lauris Kaplinski * Copyright (C) 2000-2001 Ximian, Inc. @@ -64,4 +65,15 @@ gdouble sp_rect_get_visible_height (SPRect *rect); void sp_rect_compensate_rxry (SPRect *rect, Geom::Matrix xform); -#endif +#endif // SEEN_SP_RECT_H + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :