gitg/libgitg/gitg-platform-support.h
2015-11-08 15:16:00 +01:00

10 lines
219 B
C

#ifndef __GITG_PLATFORM_SUPPORT_H__
#define __GITG_PLATFORM_SUPPORT_H__
#include <gdk/gdk.h>
gboolean gitg_platform_support_use_native_window_controls (GdkDisplay *display);
#endif /* __GITG_PLATFORM_SUPPORT_H__ */