summaryrefslogtreecommitdiff
path: root/xts5/Xlib15/XSetWMProperties/Test2.c
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/Xlib15/XSetWMProperties/Test2.c')
-rw-r--r--xts5/Xlib15/XSetWMProperties/Test2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/xts5/Xlib15/XSetWMProperties/Test2.c b/xts5/Xlib15/XSetWMProperties/Test2.c
index d52cef36..f94f2393 100644
--- a/xts5/Xlib15/XSetWMProperties/Test2.c
+++ b/xts5/Xlib15/XSetWMProperties/Test2.c
@@ -156,7 +156,8 @@ XClassHint rclass_hints;
if( getenv("RESOURCE_NAME") != (char *)NULL) {
delete("RESOURCE_NAME environment variable was set to \"%s\" instead of being undefined.");
- return;
+ UNRESOLVED;
+ return(False);
} else
CHECK;
@@ -172,7 +173,8 @@ XClassHint rclass_hints;
if( XGetClassHint(Dsp, win, &rclass_hints) == 0 ) {
delete("XGetClassHints returned zero.");
- return;
+ UNRESOLVED;
+ return(False);
} else
CHECK;