S3D optimisations - between 15% and 30% faster on my machine.
This commit is contained in:
parent
e09b68b242
commit
a66dddfb43
4 changed files with 339 additions and 172 deletions
|
|
@ -155,7 +155,7 @@ BEGIN
|
|||
LTEXT "", IDC_TEXT1, 7, 38, 136, 12
|
||||
END
|
||||
|
||||
StatusDlg DIALOGEX 0,0,186,186
|
||||
StatusDlg DIALOGEX 0,0,186,186+20
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Status"
|
||||
FONT 8, "MS Sans Serif"
|
||||
|
|
|
|||
Loading…
Reference in a new issue