Commit f764ddc8 authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard

sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the…

sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues.
parent 83d4dac8
......@@ -1255,6 +1255,14 @@ TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action)
twCC = SANE_ICAPSupportedSizes (pCapability, action);
break;
case ICAP_PLANARCHUNKY:
FIXME("ICAP_PLANARCHUNKY not implemented\n");
break;
case ICAP_BITORDER:
FIXME("ICAP_BITORDER not implemented\n");
break;
}
/* Twain specifies that you should return a 0 in response to QUERYSUPPORT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment