projects
/
xboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add Option type 'Skip'
[xboard.git]
/
xaw
/
xoptions.c
diff --git
a/xaw/xoptions.c
b/xaw/xoptions.c
index
8d9141e
..
38c6c5e
100644
(file)
--- a/
xaw/xoptions.c
+++ b/
xaw/xoptions.c
@@
-966,7
+966,7
@@
GenericPopUp (Option *option, char *title, DialogClass dlgNr, DialogClass parent
for(h=0; h<height || c == width-1; h++) {
i = h + c*height;
if(option[i].type == EndMark) break;
- if(option[i].type ==
-1
) continue;
+ if(option[i].type ==
Skip
) continue;
lastrow = forelast;
forelast = last;
switch(option[i].type) {