summaryrefslogtreecommitdiffstats
path: root/waltham-transmitter/transmitter-plugin/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'waltham-transmitter/transmitter-plugin/plugin.c')
-rw-r--r--waltham-transmitter/transmitter-plugin/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/waltham-transmitter/transmitter-plugin/plugin.c b/waltham-transmitter/transmitter-plugin/plugin.c
index 3a61011..699c17d 100644
--- a/waltham-transmitter/transmitter-plugin/plugin.c
+++ b/waltham-transmitter/transmitter-plugin/plugin.c
@@ -136,7 +136,7 @@ transmitter_surface_gather_state(struct weston_transmitter_surface *txs)
data_sz = stride * height;
/* fake sending buffer */
- txs->wthp_buf = wthp_blob_factory_create_buffer(remote->display->blob_factory,
+ /*txs->wthp_buf = wthp_blob_factory_create_buffer(remote->display->blob_factory,
data_sz,
data,
surf->width,
@@ -148,7 +148,7 @@ transmitter_surface_gather_state(struct weston_transmitter_surface *txs)
wthp_surface_attach(txs->wthp_surf, txs->wthp_buf, txs->attach_dx, txs->attach_dy);
wthp_surface_damage(txs->wthp_surf, txs->attach_dx, txs->attach_dy, surf->width, surf->height);
- wthp_surface_commit(txs->wthp_surf);
+ wthp_surface_commit(txs->wthp_surf); */
wth_connection_flush(remote->display->connection);
txs->attach_dx = 0;