[Spice-commits] server/inputs-channel.h server/main-dispatcher.cpp server/red-worker.h
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon May 11 07:15:39 UTC 2020
server/inputs-channel.h | 2 +-
server/main-dispatcher.cpp | 2 +-
server/red-worker.h | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 21f9d25aa89422832b52d7b843fa09172d8b1b7d
Author: Frediano Ziglio <freddy77 at gmail.com>
Date: Wed May 6 20:15:13 2020 +0100
Update filenames in comments
Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>
diff --git a/server/inputs-channel.h b/server/inputs-channel.h
index badb6b56..bbbfcd12 100644
--- a/server/inputs-channel.h
+++ b/server/inputs-channel.h
@@ -19,7 +19,7 @@
#define INPUTS_CHANNEL_H_
// Inputs channel, dealing with keyboard, mouse, tablet.
-// This include should only be used by reds.c and inputs-channel.c
+// This include should only be used by reds.cpp and inputs-channel.cpp
#include <stdint.h>
#include <spice/vd_agent.h>
diff --git a/server/main-dispatcher.cpp b/server/main-dispatcher.cpp
index f6edb3d4..73cad07a 100644
--- a/server/main-dispatcher.cpp
+++ b/server/main-dispatcher.cpp
@@ -170,7 +170,7 @@ void MainDispatcher::client_disconnect(RedClient *client)
/*
* FIXME:
- * Reds routines shouldn't be exposed. Instead reds.c should register the callbacks,
+ * Reds routines shouldn't be exposed. Instead reds.cpp should register the callbacks,
* and the corresponding operations should be made only via main_dispatcher.
*/
MainDispatcher::MainDispatcher(RedsState *reds):
diff --git a/server/red-worker.h b/server/red-worker.h
index 7d3c8e05..181bff70 100644
--- a/server/red-worker.h
+++ b/server/red-worker.h
@@ -17,8 +17,8 @@
/* This header should contains internal details between RedQxl and
* RedWorker.
- * Should be included only by red-worker.c, red-qxl.c and
- * red-replay-qxl.c (which uses message values).
+ * Should be included only by red-worker.cpp, red-qxl.cpp and
+ * red-replay-qxl.cpp (which uses message values).
*/
#ifndef RED_WORKER_H_
More information about the Spice-commits
mailing list