mirror of https://github.com/buggins/dlangui.git
fixes
This commit is contained in:
parent
9ee63808f8
commit
cca65bf61b
11
README.md
11
README.md
|
|
@ -222,3 +222,14 @@ Hello World
|
||||||
// run message loop
|
// run message loop
|
||||||
return Platform.instance.enterMessageLoop();
|
return Platform.instance.enterMessageLoop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Sample project
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
There is sample project which is using DLangUI.
|
||||||
|
|
||||||
|
https://github.com/buggins/dlangide
|
||||||
|
|
||||||
|
Attempt to write IDE using DLangUI.
|
||||||
|
|
|
||||||
|
|
@ -733,7 +733,7 @@ class Win32Platform : Platform {
|
||||||
lptstrCopy[w.length] = 0;
|
lptstrCopy[w.length] = 0;
|
||||||
GlobalUnlock(hglbCopy);
|
GlobalUnlock(hglbCopy);
|
||||||
SetClipboardData(CF_UNICODETEXT, hglbCopy);
|
SetClipboardData(CF_UNICODETEXT, hglbCopy);
|
||||||
CloseClipboard();
|
CloseClipboard();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue