gtkx: Warn if we include gtkx.h during GTK compilation

This commit is contained in:
Benjamin Otte
2014-07-12 05:29:54 +02:00
parent fcbbe54936
commit 0be93f8e86
3 changed files with 13 additions and 2 deletions

View File

@ -19,7 +19,6 @@
#include "config.h"
#include <gtk/gtkx.h>
#include "gtkspinbutton.h"
#include "gtkmain.h"
#include "gtkbox.h"
@ -32,6 +31,14 @@
#include <string.h>
#include <math.h>
/* This is a hack.
* We want to include the same headers as gtktypefuncs.c but we are not
* allowed to include gtkx.h directly during GTK compilation.
* So....
*/
#undef GTK_COMPILATION
#include <gtk/gtkx.h>
#define GTK_COMPILATION
/**
* SECTION:gtktesting