Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Northover2001-07-03 15:38:55 +0000
committerSteve Northover2001-07-03 15:38:55 +0000
commit20a21d00f66bd2fdfe9260f0a1ac826ad3b50cfd (patch)
treebe959460f0277503ef2b47c51aa7a6e3125da799 /bundles/org.eclipse.swt/Eclipse SWT/motif/library
parenta00c4e1f66e67aec4dc29233162965c7f8c70ce4 (diff)
downloadeclipse.platform.swt-20a21d00f66bd2fdfe9260f0a1ac826ad3b50cfd.tar.gz
eclipse.platform.swt-20a21d00f66bd2fdfe9260f0a1ac826ad3b50cfd.tar.xz
eclipse.platform.swt-20a21d00f66bd2fdfe9260f0a1ac826ad3b50cfd.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/motif/library')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/motif/library/cde.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/cde.c b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/cde.c
index bd809036d8..f0bb3fedb5 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/motif/library/cde.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT/motif/library/cde.c
@@ -230,8 +230,10 @@ JNIEXPORT jint JNICALL Java_org_eclipse_swt_internal_motif_CDE_DtActionInvoke
arg.argClass = DtACTION_FILE;
arg.u.file.name = (char*) fileName1;
+/*
printf("Invoking action: %d %s %s 1 %X %X %X %X %X %X\n", topWidget, action1, fileName1,
termOpts1, execHost1, contextDir1, useIndicator, callback, clientData );
+*/
actionID = (jint) DtActionInvoke( (Widget) topWidget, (char*) action1,
&arg, 1, (char*) termOpts1,(char*) execHost1, (char*) contextDir1,
useIndicator, (DtActionCallbackProc) callback, (XtPointer) clientData );

Back to the top