projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
return correct client area for at least the primary display, fixes the problems with...
[wxWidgets.git]
/
src
/
unix
/
taskbarx11.cpp
diff --git
a/src/unix/taskbarx11.cpp
b/src/unix/taskbarx11.cpp
index 9535ee340e02b02775fe47331d91caa128b7753d..cf5e12e52ab8119d75514cc7f95c6f20b5f71766 100644
(file)
--- a/
src/unix/taskbarx11.cpp
+++ b/
src/unix/taskbarx11.cpp
@@
-21,6
+21,8
@@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#ifdef wxHAS_TASK_BAR_ICON
+
#include "wx/taskbar.h"
#ifndef WX_PRECOMP
@@
-325,3
+327,5
@@
bool wxTaskBarIcon::PopupMenu(wxMenu *menu)
m_iconWnd->PopupMenu(menu);
return true;
}
+
+#endif // wxHAS_TASK_BAR_ICON