From b2253e36574fed514fd2c256cc0cbc7b9729733e Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 14 Nov 2001 15:08:53 +0000 Subject: changes from Justin, zippy added --- sraRegion.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sraRegion.h') diff --git a/sraRegion.h b/sraRegion.h index 7606555..3d7c50c 100755 --- a/sraRegion.h +++ b/sraRegion.h @@ -1,3 +1,6 @@ +#ifndef SRAREGION_H +#define SRAREGION_H + /* -=- SRA - Simple Region Algorithm * A simple rectangular region implementation. * Copyright (c) 2001 James "Wez" Weatherall, Johannes E. Schindelin @@ -53,3 +56,5 @@ void sraRgnPrint(const sraRegion *s); extern Bool sraClipRect(int *x, int *y, int *w, int *h, int cx, int cy, int cw, int ch); + +#endif -- cgit v1.2.1