• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revision94cea45110375a79eff1eb80ba6e071207e11fec (tree)
Zeit2011-10-13 14:22:33
Autors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Add TBSTYLE_FLAT to toolbar style.

Ändern Zusammenfassung

Diff

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/toolmenu.c
+++ b/toolmenu.c
@@ -233,7 +233,7 @@ int MakeToolBarWindow(HWND hWnd, HINSTANCE hInst)
233233
234234 hWndTbarMain = CreateToolbarEx(
235235 hWnd,
236- WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_TOP,
236+ WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_TOP | TBSTYLE_FLAT,
237237 1,
238238 27,
239239 hInst,
@@ -258,7 +258,7 @@ int MakeToolBarWindow(HWND hWnd, HINSTANCE hInst)
258258
259259 hWndTbarLocal = CreateToolbarEx(
260260 hWnd,
261- WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE,
261+ WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE | TBSTYLE_FLAT,
262262 2,
263263 2,
264264 hInst,
@@ -321,7 +321,7 @@ int MakeToolBarWindow(HWND hWnd, HINSTANCE hInst)
321321
322322 hWndTbarRemote = CreateToolbarEx(
323323 hWnd,
324- WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE,
324+ WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE | TBSTYLE_FLAT,
325325 3,
326326 2,
327327 hInst,