Hi,

I've checked some of these and still have a few to do...

01/13 Does not affect Xming
02/13 Does not affect Xming
03/13 OK
04/13 OK
05/13 OK
06/13 OK
09/13 OK but more correct if
+stylecombo:    group1 { $$=$1; }
+       | group2 { $$=$1; }
+       | group1 group2 { $$=$1|$2; }
+       | group2 group1 { $$=$1|$2; }
+       ;
+
in winprefsyacc.y. The logic will work with + anyway, but bitwise is more
correct :)
11/13 OK
13/13 OK

When they get committed I've re-jig my Xming patches and fully test.

Thanks
Colin

_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to