aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-04-06 23:32:16 +0000
committernyamatongwe <devnull@localhost>2010-04-06 23:32:16 +0000
commit5e1bc47777aa12c3c5d8dbb5188780b79adee113 (patch)
tree4a04c38b64d5aa59be1d4af9021241a8a5d71d6c /include/Scintilla.h
parent6efbc831fa793133517821d767620d05e41174d5 (diff)
downloadscintilla-mirror-5e1bc47777aa12c3c5d8dbb5188780b79adee113.tar.gz
Added struct keywords so that Scintilla.h works as a C header.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index a4f99c2c7..7730893d6 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -921,9 +921,9 @@ struct Sci_Rectangle {
struct Sci_RangeToFormat {
Sci_SurfaceID hdc;
Sci_SurfaceID hdcTarget;
- Sci_Rectangle rc;
- Sci_Rectangle rcPage;
- Sci_CharacterRange chrg;
+ struct Sci_Rectangle rc;
+ struct Sci_Rectangle rcPage;
+ struct Sci_CharacterRange chrg;
};
#define RangeToFormat Sci_RangeToFormat