Kaydet (Commit) 63c29ff0 authored tarafından Noel Grandin's avatar Noel Grandin

fix linux buildbot

the GTK3 version check for the GDK_IS_X11_DISPLAY macro
does not appear to work well on all the machines

Change-Id: I7020afdca1b270f89910753737c2c70b61453b34
üst 600ed089
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
#define IS_WIDGET_MAPPED GTK_WIDGET_MAPPED #define IS_WIDGET_MAPPED GTK_WIDGET_MAPPED
#endif #endif
#if !GTK_CHECK_VERSION(3,10,0) #ifndef GDK_IS_X11_DISPLAY
#define GDK_IS_X11_DISPLAY(foo) (true) #define GDK_IS_X11_DISPLAY(foo) (true)
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment