Jeremy White : sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues.

Alexandre Julliard julliard at winehq.org
Mon Mar 9 09:40:39 CDT 2009


Module: wine
Branch: master
Commit: f764ddc87e0d1ed21e7c298bdefc038c21363ad5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f764ddc87e0d1ed21e7c298bdefc038c21363ad5

Author: Jeremy White <jwhite at codeweavers.com>
Date:   Fri Mar  6 12:44:58 2009 -0600

sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues.

---

 dlls/sane.ds/capability.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/dlls/sane.ds/capability.c b/dlls/sane.ds/capability.c
index 72574e0..859b4be 100644
--- a/dlls/sane.ds/capability.c
+++ b/dlls/sane.ds/capability.c
@@ -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,




More information about the wine-cvs mailing list