X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=PeerCast.root%2FPeerCast%2Fui%2Fwin32%2Fsimple%2Fgui.cpp;h=23eb05345162f57a54418b62019be66a0d128cea;hb=f7da08786a05a8f091c637d627303d9486b082ff;hp=1b625a5b4fe5b650fddcf63fd15647f5cfbf4a49;hpb=888709c9080194410fd8bc21a474f94c17fa9d41;p=peercast-im%2FPeerCastIM.git diff --git a/PeerCast.root/PeerCast/ui/win32/simple/gui.cpp b/PeerCast.root/PeerCast/ui/win32/simple/gui.cpp index 1b625a5..23eb053 100644 --- a/PeerCast.root/PeerCast/ui/win32/simple/gui.cpp +++ b/PeerCast.root/PeerCast/ui/win32/simple/gui.cpp @@ -446,6 +446,21 @@ int ChannelData::drawChannel(Graphics *g, int x, int y){ // ŽŸ‚ÌŠî“_ origin.X += r1.Width; + //// ã—¬IP/ƒŠƒXƒi[”/ƒŠƒŒ[”•\Ž¦ + //// NOTE: + //// ‚Ò‚ ‚©‚·‚Ì“®ì•×‹­—pBƒŠƒŠ[ƒXƒrƒ‹ƒh‚Å‚ÍŒ³‚̃R[ƒh‚ðŽg—p‚ÌŽ–B + //// •¶Žš•\Ž¦”͈͕͂220‚®‚ç‚¢‚Å‚¨‚‹ + //char tmp[512]; // •\Ž¦—pƒoƒbƒtƒ@ + //char hostip[256]; // IPƒAƒhƒŒƒXƒoƒbƒtƒ@ + //chDisp.uphost.toStr(hostip); // ã—¬IP + //sprintf(tmp, "%d/%d - [%d/%d] - %s", + // getTotalListeners(), + // getTotalRelays(), + // getLocalListeners(), + // getLocalRelays(), + // hostip + // ); + // ƒŠƒXƒi[”/ƒŠƒŒ[”•\Ž¦ char tmp[256]; sprintf(tmp, "%d/%d - [%d/%d]", getTotalListeners(), getTotalRelays(), getLocalListeners(), getLocalRelays()); @@ -1342,6 +1357,12 @@ void PopupOtherMenu(){ } void WmCreateProc(HWND hwnd){ + // Ž©“®Å‘O–Ê‹@”\ + if (servMgr->topmostGui) + { + ::gbDispTop = true; + } + if (backImage){ ::delete backImage; }