summaryrefslogtreecommitdiff
path: root/gdk/gdkdrawcontextprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-04-23 18:24:29 +0200
committerBenjamin Otte <otte@redhat.com>2018-04-24 23:16:58 +0200
commitfd686afeb2bba843c7b63a5b2284141981042439 (patch)
treed36cc9912d2cf877ad9847aedde2c4544382504a /gdk/gdkdrawcontextprivate.h
parent6aa89f2163cf335d267412b5220bcbf272f8efd8 (diff)
downloadgtk+-fd686afeb2bba843c7b63a5b2284141981042439.tar.gz
drawcontext: Add gdk_draw_context_in_frame() API
This makes the previous gdk_draw_context_is_drawing() function public under a new name. I decided against the old name because we use the term "frame" for a drawing operation, so I wanted to have this boolean flag reuse the term.
Diffstat (limited to 'gdk/gdkdrawcontextprivate.h')
-rw-r--r--gdk/gdkdrawcontextprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkdrawcontextprivate.h b/gdk/gdkdrawcontextprivate.h
index ef9efcf73b..9ea9eaed8c 100644
--- a/gdk/gdkdrawcontextprivate.h
+++ b/gdk/gdkdrawcontextprivate.h
@@ -48,8 +48,6 @@ struct _GdkDrawContextClass
void (* surface_resized) (GdkDrawContext *context);
};
-gboolean gdk_draw_context_is_drawing (GdkDrawContext *context);
-
void gdk_draw_context_surface_resized (GdkDrawContext *context);
G_END_DECLS