diff dwt/internal/win32/WINAPI.d @ 75:f824f1836871

Tree
author Frank Benoit <benoit@tionex.de>
date Tue, 05 Feb 2008 03:50:39 +0100
parents 3f4e6a4ecc09
children b00303c762ac
line wrap: on
line diff
--- a/dwt/internal/win32/WINAPI.d	Tue Feb 05 00:15:31 2008 +0100
+++ b/dwt/internal/win32/WINAPI.d	Tue Feb 05 03:50:39 2008 +0100
@@ -153,6 +153,13 @@
     LPCWSTR pszSubAppName,
     LPCWSTR pszSubIdList
 );
+int IntersectClipRect(
+  HDC hdc,         // handle to DC
+  int nLeftRect,   // x-coord of upper-left corner
+  int nTopRect,    // y-coord of upper-left corner
+  int nRightRect,  // x-coord of lower-right corner
+  int nBottomRect  // y-coord of lower-right corner
+);
 }
 //--------------------------------------------------------------------------------------