X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..31528cd3cac75558beef4bce0ba21fd182a808ab:/include/wx/html/htmldefs.h?ds=sidebyside diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 88d5602683..9db261d089 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -73,6 +73,10 @@ #define HTML_COND_ISANCHOR 1 // Finds the anchor of 'param' name (pointer to wxString). + +#define HTML_COND_ISIMAGEMAP 2 + // Finds imagemap of 'param' name (pointer to wxString). + // (used exclusively by mod_image.cpp) #define HTML_COND_USER 10000 // User-defined conditions should start from this number