X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32taskbar.c;h=0a25bbd8a27d2420f81e613c0c9dbce88fa26011;hp=8f7b5ea027d9b8d6ab9312acfc12ce5edc87ad96;hb=4ca938b3eaf03aa8af6600ef2fd34a9476f21e89;hpb=292da21cea2a42b0896d667cff7201ef0ea2894e diff --git a/w32taskbar.c b/w32taskbar.c index 8f7b5ea0..0a25bbd8 100644 --- a/w32taskbar.c +++ b/w32taskbar.c @@ -1,4 +1,3 @@ -const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.12 2011/09/04 11:10:56 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32taskbar.c,v $ @@ -7,7 +6,7 @@ const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.12 2011/09/04 11:10:56 fabi * workspace tray icon * * Copyright : Written by and Copyright (C) 2001-2002 members of - * the Privoxy team. http://www.privoxy.org/ + * the Privoxy team. https://www.privoxy.org/ * * Written by and Copyright (C) 1999 Adam Lock * @@ -46,8 +45,6 @@ const char w32taskbar_rcs[] = "$Id: w32taskbar.c,v 1.12 2011/09/04 11:10:56 fabi #include "w32res.h" #include "w32log.h" -const char w32taskbar_h_rcs[] = W32TASKBAR_H_VERSION; - #ifndef _WIN_CONSOLE /* entire file */ #define WM_TRAYMSG WM_USER+1 @@ -243,7 +240,7 @@ LRESULT CALLBACK TrayProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) GetCursorPos(&pt); SetForegroundWindow(g_hwndLogFrame); TrackPopupMenu(hmenu, TPM_LEFTALIGN | TPM_TOPALIGN, pt.x, pt.y, 0, g_hwndLogFrame, NULL); - PostMessage(g_hwndLogFrame, WM_NULL, 0, 0) ; + PostMessage(g_hwndLogFrame, WM_NULL, 0, 0); } else if (uMouseMsg == WM_LBUTTONDBLCLK) {