Changes in uspace/lib/c/include/io/charfield.h [16bfcd3:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/charfield.h
r16bfcd3 ra35b458 86 86 if (a1.type != a2.type) 87 87 return false; 88 88 89 89 switch (a1.type) { 90 90 case CHAR_ATTR_STYLE: … … 98 98 && (a1.val.rgb.fgcolor == a2.val.rgb.fgcolor); 99 99 } 100 100 101 101 return false; 102 102 }
Note:
See TracChangeset
for help on using the changeset viewer.