Robin Gareus
ad51c7c2ba
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
10 lines
194 B
C
10 lines
194 B
C
#ifndef _GDKMM_CONFIG_H
|
|
#define _GDKMM_CONFIG_H
|
|
|
|
#include <pangommconfig.h>
|
|
|
|
/* Define to omit deprecated API from gdkmm. */
|
|
/* #undef GDKMM_DISABLE_DEPRECATED */
|
|
|
|
#endif /* !_GDKMM_CONFIG_H */
|