summaryrefslogtreecommitdiff
path: root/gtk/gtkrootprivate.h
blob: 07ddc380e54ff1f83d6953dc5cf590d33627b722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __GTK_ROOT_PRIVATE_H__
#define __GTK_ROOT_PRIVATE_H__

#include "gtkroot.h"

G_BEGIN_DECLS

GdkDisplay *            gtk_root_get_display            (GtkRoot                *root);
GskRenderer *           gtk_root_get_renderer           (GtkRoot                *self);

void                    gtk_root_get_surface_transform  (GtkRoot                *self,
                                                         int                    *x,
                                                         int                    *y);
G_END_DECLS

#endif /* __GTK_ROOT_PRIVATE_H__ */