Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249600
Collapse All | Expand All

(-)x2goclient-gtk-3.01/src/main_window.cc (-1 / +1 lines)
Lines 37-43 Link Here
37
#include "config.h"
37
#include "config.h"
38
#include <gtkmmconfig.h>
38
#include <gtkmmconfig.h>
39
#if GTKMM_MAJOR_VERSION==2 && GTKMM_MINOR_VERSION>2
39
#if GTKMM_MAJOR_VERSION==2 && GTKMM_MINOR_VERSION>2
40
#include <sigc++/compatibility.h>
40
// #include <sigc++/compatibility.h>
41
#define GMM_GTKMM_22_24(a,b) b
41
#define GMM_GTKMM_22_24(a,b) b
42
#else //gtkmm 2.2
42
#else //gtkmm 2.2
43
#define GMM_GTKMM_22_24(a,b) a
43
#define GMM_GTKMM_22_24(a,b) a

Return to bug 249600