summaryrefslogtreecommitdiff
path: root/server/display-channel.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-02-12 18:51:09 +0100
committerFrediano Ziglio <fziglio@redhat.com>2016-02-15 12:29:18 +0000
commit7870c27fcaf91277d7a9fc17f950b3ee788be720 (patch)
tree2b2e653c5a1d2710245c0e1608ec199e8a77b61a /server/display-channel.h
parent705be34b5e109011c5f6f4fc974b09ee8c28dd1d (diff)
display-channel: Remove extra group_id arguments
They are now carried in the appropriate command through QXLReleaseInfoExt, so we don't need to pass them around explicitly. Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index 24d83a3a..13b13b12 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -277,7 +277,6 @@ int display_channel_get_streams_timeout (DisplayCha
void display_channel_compress_stats_print (const DisplayChannel *display);
void display_channel_compress_stats_reset (DisplayChannel *display);
Drawable * display_channel_drawable_try_new (DisplayChannel *display,
- int group_id,
int process_commands_generation);
void display_channel_drawable_unref (DisplayChannel *display, Drawable *drawable);
void display_channel_surface_unref (DisplayChannel *display,
@@ -298,11 +297,9 @@ void display_channel_destroy_surface (DisplayCha
uint32_t display_channel_generate_uid (DisplayChannel *display);
void display_channel_process_draw (DisplayChannel *display,
RedDrawable *red_drawable,
- uint32_t group_id,
int process_commands_generation);
void display_channel_process_surface_cmd (DisplayChannel *display,
RedSurfaceCmd *surface,
- uint32_t group_id,
int loadvm);
void display_channel_update_compression (DisplayChannel *display,
DisplayChannelClient *dcc);