forked from AuroraMiddleware/gtk
12a16a298b
Split off the parts of GtkRoot that are specific to widgets having a surface into the GtkNative interface.
15 lines
348 B
C
15 lines
348 B
C
#ifndef __GTK_NATIVE_PRIVATE_H__
|
|
#define __GTK_NATIVE_PRIVATE_H__
|
|
|
|
#include "gtknative.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gtk_native_get_surface_transform (GtkNative *self,
|
|
int *x,
|
|
int *y);
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __GTK_NATIVE_PRIVATE_H__ */
|