Added top level ignore list
[reactos.git] / reactos / subsys / win32k / objects / paint.c
index c45eb1c..a34a153 100644 (file)
@@ -3,6 +3,7 @@
 #undef WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <ddk/ntddk.h>
+#include <win32k/debug.h>
 #include <win32k/paint.h>
 
 // #define NDEBUG
@@ -27,7 +28,8 @@ UINT  W32kGetBoundsRect(HDC  hDC,
                         LPRECT  Bounds,
                         UINT  Flags)
 {
-  UNIMPLEMENTED;
+  FIXME("stub");
+  return  DCB_RESET;   /* bounding rectangle always empty */
 }
 
 COLORREF  W32kSetBkColor(HDC  hDC,
@@ -40,6 +42,7 @@ UINT  W32kSetBoundsRect(HDC  hDC,
                         CONST PRECT  Bounds,
                         UINT  Flags)
 {
-  UNIMPLEMENTED;
+  FIXME("stub");
+  return  DCB_DISABLE;   /* bounding rectangle always empty */
 }