gtk2/gtk/gtknativeprivate.h
Matthias Clasen 93d4253c93 native: Make gtk_native_get_surface_transform public
This api is needed to translate between surface
and widget coordinates.
2020-05-17 16:01:08 -04:00

11 lines
157 B
C

#ifndef __GTK_NATIVE_PRIVATE_H__
#define __GTK_NATIVE_PRIVATE_H__
#include "gtknative.h"
G_BEGIN_DECLS
G_END_DECLS
#endif /* __GTK_NATIVE_PRIVATE_H__ */