projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
put constant in define
[wxWidgets.git]
/
src
/
unix
/
taskbarx11.cpp
diff --git
a/src/unix/taskbarx11.cpp
b/src/unix/taskbarx11.cpp
index db3cd49704fd4b539f94caaf0f779bae22b9574b..c335b5d7af8cb777048571a1288da0faab813944 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"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
+#if wxUSE_TASKBARICON
+
#include "wx/taskbar.h"
#ifndef WX_PRECOMP
#include "wx/taskbar.h"
#ifndef WX_PRECOMP
@@
-28,12
+30,11
@@
#include "wx/frame.h"
#include "wx/dcclient.h"
#include "wx/statbmp.h"
#include "wx/frame.h"
#include "wx/dcclient.h"
#include "wx/statbmp.h"
+ #include "wx/sizer.h"
+ #include "wx/bitmap.h"
+ #include "wx/image.h"
#endif
#endif
-#include "wx/bitmap.h"
-#include "wx/sizer.h"
-#include "wx/image.h"
-
#ifdef __VMS
#pragma message disable nosimpint
#endif
#ifdef __VMS
#pragma message disable nosimpint
#endif
@@
-326,3
+327,5
@@
bool wxTaskBarIcon::PopupMenu(wxMenu *menu)
m_iconWnd->PopupMenu(menu);
return true;
}
m_iconWnd->PopupMenu(menu);
return true;
}
+
+#endif // wxUSE_TASKBARICON