summaryrefslogtreecommitdiff
path: root/xts5/Xt9/XtGrabKeyboard.m
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/Xt9/XtGrabKeyboard.m')
-rw-r--r--xts5/Xt9/XtGrabKeyboard.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/xts5/Xt9/XtGrabKeyboard.m b/xts5/Xt9/XtGrabKeyboard.m
index b3774406..3c8bb953 100644
--- a/xts5/Xt9/XtGrabKeyboard.m
+++ b/xts5/Xt9/XtGrabKeyboard.m
@@ -211,7 +211,7 @@ pid_t pid2;
tet_infoline("PREP: Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
tet_infoline("PREP: Set height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
labelw = (Widget) CreateLabelWidget(msg, boxw1);
tet_infoline("PREP: Create windows for widgets and map them");
XtAppAddTimeOut(app_ctext, (unsigned long)5000, XtTMO_Proc, topLevel);
@@ -257,7 +257,7 @@ pid_t pid2;
tet_infoline("PREP: Create boxw2 widget in panedw widget");
boxw2 = (Widget) CreateBoxWidget(panedw);
tet_infoline("PREP: Set height and width of boxw2 widget");
- (void) ConfigureDimension(topLevel, boxw2);
+ ConfigureDimension(topLevel, boxw2);
labelw = (Widget) CreateLabelWidget(msg, boxw1);
tet_infoline("TEST: Grab the keyboard without realizing the widgets");
ret_value = XtGrabKeyboard(labelw, FALSE, GrabModeAsync, GrabModeAsync, CurrentTime);