diff options
author | dscho <dscho> | 2001-11-14 15:08:53 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-11-14 15:08:53 +0000 |
commit | b2253e36574fed514fd2c256cc0cbc7b9729733e (patch) | |
tree | b43282afa3b49960092a6ceab9cdf1399d904bb7 /sraRegion.h | |
parent | 682027413c5f470b02ca8c168942c7c12c4f0d84 (diff) | |
download | libtdevnc-b2253e36574fed514fd2c256cc0cbc7b9729733e.tar.gz libtdevnc-b2253e36574fed514fd2c256cc0cbc7b9729733e.zip |
changes from Justin, zippy added
Diffstat (limited to 'sraRegion.h')
-rwxr-xr-x | sraRegion.h | 5 |
1 files changed, 5 insertions, 0 deletions
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
|