GTK+ 2.0 can't compile egg tray code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,10 +106,12 @@ Anders
|
|||||||
|
|
||||||
#include "wx/platform.h"
|
#include "wx/platform.h"
|
||||||
|
|
||||||
#ifdef __WXGTK20__
|
#include <gdk/gdkx.h>
|
||||||
|
#include <gtk/gtkversion.h>
|
||||||
|
|
||||||
|
#if defined(__WXGTK20__) && GTK_CHECK_VERSION(2, 1, 0)
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gdk/gdkx.h>
|
|
||||||
#include "eggtrayicon.h"
|
#include "eggtrayicon.h"
|
||||||
|
|
||||||
#define SYSTEM_TRAY_REQUEST_DOCK 0
|
#define SYSTEM_TRAY_REQUEST_DOCK 0
|
||||||
|
@@ -19,7 +19,10 @@
|
|||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#include "wx/frame.h"
|
#include "wx/frame.h"
|
||||||
|
|
||||||
#ifdef __WXGTK20__
|
#include <gdk/gdkx.h>
|
||||||
|
#include <gtk/gtkversion.h>
|
||||||
|
|
||||||
|
#if defined(__WXGTK20__) && GTK_CHECK_VERSION(2, 1, 0)
|
||||||
|
|
||||||
#include "wx/gtk/taskbarpriv.h"
|
#include "wx/gtk/taskbarpriv.h"
|
||||||
#include "eggtrayicon.h"
|
#include "eggtrayicon.h"
|
||||||
|
@@ -106,10 +106,12 @@ Anders
|
|||||||
|
|
||||||
#include "wx/platform.h"
|
#include "wx/platform.h"
|
||||||
|
|
||||||
#ifdef __WXGTK20__
|
#include <gdk/gdkx.h>
|
||||||
|
#include <gtk/gtkversion.h>
|
||||||
|
|
||||||
|
#if defined(__WXGTK20__) && GTK_CHECK_VERSION(2, 1, 0)
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gdk/gdkx.h>
|
|
||||||
#include "eggtrayicon.h"
|
#include "eggtrayicon.h"
|
||||||
|
|
||||||
#define SYSTEM_TRAY_REQUEST_DOCK 0
|
#define SYSTEM_TRAY_REQUEST_DOCK 0
|
||||||
|
@@ -19,7 +19,10 @@
|
|||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#include "wx/frame.h"
|
#include "wx/frame.h"
|
||||||
|
|
||||||
#ifdef __WXGTK20__
|
#include <gdk/gdkx.h>
|
||||||
|
#include <gtk/gtkversion.h>
|
||||||
|
|
||||||
|
#if defined(__WXGTK20__) && GTK_CHECK_VERSION(2, 1, 0)
|
||||||
|
|
||||||
#include "wx/gtk/taskbarpriv.h"
|
#include "wx/gtk/taskbarpriv.h"
|
||||||
#include "eggtrayicon.h"
|
#include "eggtrayicon.h"
|
||||||
|
Reference in New Issue
Block a user