From 58b7288043d709f7a5b762ac9699877f9477bdc2 Mon Sep 17 00:00:00 2001 From: sje Date: Tue, 8 May 2007 15:10:05 +0000 Subject: bugfix: round corner options confused git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@169 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/popwin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yapp/popwin.cpp') diff --git a/yapp/popwin.cpp b/yapp/popwin.cpp index 219e302..2647d0b 100644 --- a/yapp/popwin.cpp +++ b/yapp/popwin.cpp @@ -426,8 +426,8 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa adr.hContact = pd->lchContact; adr.hTargetDC = ps.hdc; adr.rcDraw = avr; - adr.dwFlags = (pwd->is_round ? AVDRQ_ROUNDEDCORNER : 0); - adr.radius = (pwd->av_is_round ? 5 : 0); + adr.dwFlags = (pwd->av_is_round ? AVDRQ_ROUNDEDCORNER : 0); + adr.radius = 5; //(pwd->av_is_round ? 5 : 0); CallService(MS_AV_DRAWAVATAR, 0, (LPARAM)&adr); } -- cgit v1.2.3