X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-pattern.h;h=f50504a76fac0f69972d16bfad5b81a2665f6b39;hb=9dc68827cbd515262ecb8d5ae8547d9e82c72e00;hp=be926aabba7b5a96fcefbf82e8c40f9ba98991e7;hpb=072de79e6270f4137fa48a8a73491e8a0904d8f8;p=inkscape.git diff --git a/src/sp-pattern.h b/src/sp-pattern.h index be926aabb..f50504a76 100644 --- a/src/sp-pattern.h +++ b/src/sp-pattern.h @@ -1,11 +1,12 @@ -#ifndef __SP_PATTERN_H__ -#define __SP_PATTERN_H__ +#ifndef SEEN_SP_PATTERN_H +#define SEEN_SP_PATTERN_H /* * SVG implementation * * Author: * Lauris Kaplinski + * Abhishek Sharma * * Copyright (C) 2002 Lauris Kaplinski * @@ -99,7 +100,7 @@ gdouble pattern_width (SPPattern *pat); gdouble pattern_height (SPPattern *pat); NRRect *pattern_viewBox (SPPattern *pat); -#endif //__SP_PATTERN_H__ +#endif // SEEN_SP_PATTERN_H /* Local Variables: @@ -110,4 +111,4 @@ NRRect *pattern_viewBox (SPPattern *pat); fill-column:99 End: */ -// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :