changeset 265:91eec9fa94de

rm outdated doc
author Frank Benoit <benoit@tionex.de>
date Mon, 21 Jul 2008 22:36:02 +0200
parents dab11c87b97e
children 2443a18f96b8
files doc/Common.txt dwt/internal/win32/WINTYPES.d
diffstat 2 files changed, 1 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/doc/Common.txt	Sun Jul 20 23:22:53 2008 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-Dwt-win shares some modules with the Dwt-linux port. For now, the revision and changeset of the dwt-linux port will be listed here for future reference, in case there are updates to the linux port.
-
-This is the revision that the Dwt-win modules are based on:
-
-Dwt-linux
-changeset:   115:52b32f5cb1e0
-
-A list of modules will follow later.
-
-
-Base on dwt-linux changeset [145:d4b244e1e1ae]
-dwt/internal/image/*
-dwt/internal/CloneableCompatibility.d
-dwt/internal/Compatibility.d
-dwt/internal/DWTEventListener.d
-dwt/internal/DWTEventObject.d
-dwt/internal/image
-dwt/internal/Library.d
-dwt/internal/Lock.d
-dwt/internal/SerializableCompatibility.d
-
-- Verify getCodePage accesses
-- OS.CallWindowProc was removed in various places. It turned out, they are need. So revert those changeset
-- OS.MoveMemory, use it and make the ported code more like the original
-
-Left out widgets:
-    DateTime
-    DirectoryDialog
-    FileDialog
-
-    Accessible
-
-    dnd/*
-    custom/*
-
-
--- a/dwt/internal/win32/WINTYPES.d	Sun Jul 20 23:22:53 2008 +0200
+++ b/dwt/internal/win32/WINTYPES.d	Mon Jul 21 22:36:02 2008 +0200
@@ -14850,7 +14850,7 @@
     DWORD  dwDrawStage;
     HDC    hdc;
     RECT   rc;
-    DWORD  dwItemSpec;
+    DWORD_PTR dwItemSpec;
     UINT   uItemState;
     LPARAM lItemlParam;
 }