gitg/libgitg/gitg-platform-support.h

10 lines
219 B
C
Raw Normal View History

2015-11-08 14:14:26 +00:00
#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__ */