diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-31 05:07:21 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-31 05:07:21 +0000 |
commit | 0ff1d601dfadfd19e286c021fd1288e8b8b4b7c2 (patch) | |
tree | aafe89e4f6870ad528f00e081d31432cdfbb8d32 /ping/common.h | |
parent | 87a314a0f8b3aa138601963c0e98d339997b9d6e (diff) |
use yapp api for popup classes
use fontservice for fame background colour
add beta changelog url link to svn log
use IPHLPAPI.dll if available, and use only one icmp file handle
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@316 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'ping/common.h')
-rw-r--r-- | ping/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ping/common.h b/ping/common.h index 89a8fc9..9360426 100644 --- a/ping/common.h +++ b/ping/common.h @@ -40,7 +40,7 @@ #include <statusmodes.h>
#include <m_options.h>
#include <m_langpack.h>
-#include <m_popup.h>
+#include <m_yapp.h>
#include <m_system.h>
#include <m_skin.h>
#include <m_netlib.h>
@@ -70,7 +70,6 @@ typedef struct { bool no_test_icon;
int row_height;
int indent;
- COLORREF bg_colour;
int retries;
bool attach_to_clist;
bool log_csv;
|