OSDN Git Service

Jumplistへの対応(の下準備)
[peercast-im/PeerCastIM.git] / PeerCast.root / PeerCast / ui / win32 / simple / gui.cpp
index 61e232d..eac84a7 100644 (file)
@@ -56,6 +56,8 @@ bool shownChannels=false;
 WINDOWPLACEMENT winPlace;
 bool guiFlg = false;
 
+extern bool jumpListEnabled;
+
 using namespace Gdiplus;
 
 #include <comdef.h>
@@ -1534,6 +1536,11 @@ void WmCreateProc(HWND hwnd){
        img_broad_ok = ::new Image(bstr);
        bstr = L"ST_BROAD_FULL.bmp";
        img_broad_full = ::new Image(bstr);
+
+       // jumplist
+       if (jumpListEnabled)
+       {
+       }
 }
 
 void WmPaintProc(HWND hwnd){