summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ScriptExec
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2008-04-04 03:27:51 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2008-04-04 03:27:51 +0000
commit5bd23bf3d5b82e7bc6d6ad1f3505263a3837ff1e (patch)
tree08e302d65d1b67c17d93836bbbaafff934a83c18 /packaging/macosx/ScriptExec
parentapplied patch by sas to fix default default height and width attributes on sv... (diff)
downloadinkscape-5bd23bf3d5b82e7bc6d6ad1f3505263a3837ff1e.tar.gz
inkscape-5bd23bf3d5b82e7bc6d6ad1f3505263a3837ff1e.zip
* packaging/macosx/ScriptExec/main.c: Add a comment to clarify what looks
like a possible bug with custom event types. (bzr r5321)
Diffstat (limited to 'packaging/macosx/ScriptExec')
-rw-r--r--packaging/macosx/ScriptExec/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/macosx/ScriptExec/main.c b/packaging/macosx/ScriptExec/main.c
index 2c4e8f301..69f5b108c 100644
--- a/packaging/macosx/ScriptExec/main.c
+++ b/packaging/macosx/ScriptExec/main.c
@@ -63,8 +63,10 @@
#define kScriptFileName "script"
#define kOpenDocFileName "openDoc"
-// custom carbon events
+// custom carbon event class
#define kEventClassRedFatalAlert 911
+
+// custom carbon event types
#define kEventKindX11Failed 911
#define kEventKindFCCacheFailed 912