[Spice-commits] 2 commits - docs/spice_style.txt server/red-replay-qxl.c

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri May 20 05:22:24 UTC 2016


 docs/spice_style.txt    |    2 ++
 server/red-replay-qxl.c |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 79292edd56ee5153e6d61a85dc2734e3c5141a5e
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu May 19 10:15:31 2016 +0100

    Fix typo in comment
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

diff --git a/server/red-replay-qxl.c b/server/red-replay-qxl.c
index 281bc7a..60e4183 100644
--- a/server/red-replay-qxl.c
+++ b/server/red-replay-qxl.c
@@ -1171,7 +1171,7 @@ SPICE_GNUC_VISIBLE void spice_replay_free_cmd(SpiceReplay *replay, QXLCommandExt
 
     switch (cmd->cmd.type) {
     case QXL_CMD_DRAW: {
-        // FIXME: compat flag must be save somewhere...
+        // FIXME: compat flag must be saved somewhere...
         spice_return_if_fail(cmd->flags == 0);
         QXLDrawable *qxl = QXLPHYSICAL_TO_PTR(cmd->cmd.data);
         red_replay_native_drawable_free(replay, qxl, cmd->flags);
commit a3c0859122df6737b48bb0cf7d4cff32c41d4821
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu May 19 10:13:54 2016 +0100

    style: Add an abbreviation
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index 957e017..b024b6b 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -146,6 +146,8 @@ Common abbreviations
 
 `sif` spice interface
 
+`dpi` drawable pipe item
+
 Optimization
 ------------
 


More information about the Spice-commits mailing list