forked from AuroraMiddleware/gtk
93d4253c93
This api is needed to translate between surface and widget coordinates.
11 lines
157 B
C
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__ */
|