diff options
author | Alexander Larsson <alexl@redhat.com> | 2017-11-18 20:36:57 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2017-11-23 10:46:47 +0100 |
commit | cc7423855b5ce92081828c863b5ba3ecbb970e4f (patch) | |
tree | d4e422ed70db2ef123444a785e104aedbb0ef5c5 /gdk/broadway/broadway-server.h | |
parent | a4636a06a72eb30681d1625048d7a45fc6ca129e (diff) | |
download | gtk+-cc7423855b5ce92081828c863b5ba3ecbb970e4f.tar.gz |
broadway: Use textures to configure window contents
Instead of using the old buffer code, just use textures to define the
window contents.
Diffstat (limited to 'gdk/broadway/broadway-server.h')
-rw-r--r-- | gdk/broadway/broadway-server.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdk/broadway/broadway-server.h b/gdk/broadway/broadway-server.h index 7cb7694a5b..422488c038 100644 --- a/gdk/broadway/broadway-server.h +++ b/gdk/broadway/broadway-server.h @@ -84,7 +84,7 @@ cairo_surface_t * broadway_server_create_surface (int int height); void broadway_server_window_update (BroadwayServer *server, gint id, - cairo_surface_t *surface); + guint32 texture); gboolean broadway_server_window_move_resize (BroadwayServer *server, gint id, gboolean with_move, @@ -94,10 +94,5 @@ gboolean broadway_server_window_move_resize (BroadwayServer * int height); void broadway_server_focus_window (BroadwayServer *server, gint new_focused_window); -cairo_surface_t * broadway_server_open_surface (BroadwayServer *server, - guint32 id, - char *name, - int width, - int height); #endif /* __BROADWAY_SERVER__ */ |