summaryrefslogtreecommitdiff
path: root/server/display-channel.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-02-06 14:10:29 -0600
committerFrediano Ziglio <fziglio@redhat.com>2016-02-17 12:58:40 +0000
commit3644783e245a8ded8185e976cd2ecf540f61d47f (patch)
tree178d35bfe139d10b9766862575f9ce9269e2a011 /server/display-channel.h
parentaf3aa4b1f459f6c92d06e8388ea52629e80e8df5 (diff)
CommonChannel -> CommonGraphicsChannel
Rename this struct to make it clear that it's only the base class for graphics channels (e.g. display and cursor), not all channels. Also renamed CommonChannelClient to CommonGraphicsChannelClient. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index fc993e83..cf40edd7 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -164,7 +164,7 @@ struct _Drawable {
};
struct DisplayChannel {
- CommonChannel common; // Must be the first thing
+ CommonGraphicsChannel common; // Must be the first thing
uint32_t bits_unique;
MonitorsConfig *monitors_config;