Define wxUSE_TASKBARICON_BALLOONS as 1 for wxMSW builds using configure.
Defining it as 1 is better than not allowing to set it at all and this setting is not important enough to warrant its own command-line configure option. Closes #14106. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -50572,6 +50572,10 @@ fi
|
|||||||
if test "$wxUSE_TASKBARICON" = "yes"; then
|
if test "$wxUSE_TASKBARICON" = "yes"; then
|
||||||
cat >>confdefs.h <<\_ACEOF
|
cat >>confdefs.h <<\_ACEOF
|
||||||
#define wxUSE_TASKBARICON 1
|
#define wxUSE_TASKBARICON 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define wxUSE_TASKBARICON_BALLOONS 1
|
||||||
_ACEOF
|
_ACEOF
|
||||||
|
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
|
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
|
||||||
|
@@ -7225,6 +7225,10 @@ fi
|
|||||||
|
|
||||||
if test "$wxUSE_TASKBARICON" = "yes"; then
|
if test "$wxUSE_TASKBARICON" = "yes"; then
|
||||||
AC_DEFINE(wxUSE_TASKBARICON)
|
AC_DEFINE(wxUSE_TASKBARICON)
|
||||||
|
dnl This is used under MSW, just enable it always without testing for the
|
||||||
|
dnl toolkit nor providing a separate option for it because it's totally
|
||||||
|
dnl harmless to have it defined even if it's unnecessary.
|
||||||
|
AC_DEFINE(wxUSE_TASKBARICON_BALLOONS)
|
||||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
|
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user