diff options
Diffstat (limited to 'src/TMgrab.c')
-rw-r--r-- | src/TMgrab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TMgrab.c b/src/TMgrab.c index 25c5540..551cc51 100644 --- a/src/TMgrab.c +++ b/src/TMgrab.c @@ -231,7 +231,7 @@ static Boolean DoGrab( XtAppWarningMsg(XtWidgetToApplicationContext(widget), "invalidPopup","unsupportedOperation",XtCXtToolkitError, "Pop-up menu creation is only supported on Button, Key or EnterNotify events.", - (String *)NULL, (Cardinal *)NULL); + NULL, NULL); break; } UNLOCK_PROCESS; |