qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 525965: vnc-enc-tight: fix Arguments in wrong


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 525965: vnc-enc-tight: fix Arguments in wrong order
Date: Thu, 11 Dec 2014 04:00:07 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 525965b85dcd9e0d0359f1cdb04b3f25d754ffd9
      
https://github.com/qemu/qemu/commit/525965b85dcd9e0d0359f1cdb04b3f25d754ffd9
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M ui/vnc-enc-tight.c

  Log Message:
  -----------
  vnc-enc-tight: fix Arguments in wrong order

Arguments in wrong order (SWAPPED_ARGUMENTS)
The positions of arguments in the call to
tight_fill_palette do not match the ordering of the parameters:
 &fg is passed to bg
 &bg is passed to fg

Cc: Gerd Hoffmann <address@hidden>
Signed-off-by: Gonglei <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 43948386bb109b97b3de0bb48573f317bdcb5008
      
https://github.com/qemu/qemu/commit/43948386bb109b97b3de0bb48573f317bdcb5008
  Author: Gonglei <address@hidden>
  Date:   2014-12-10 (Wed, 10 Dec 2014)

  Changed paths:
    M ui/keymaps.c

  Log Message:
  -----------
  keymaps: correct keymaps.c following Qemu coding style

It's hard to read because of the confused coding
style in this file. Let's correct it following Qemu
coding style.

Signed-off-by: Gonglei <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 67a5eebca1ac15442f06096977381a70a403bc5b
      
https://github.com/qemu/qemu/commit/67a5eebca1ac15442f06096977381a70a403bc5b
  Author: Peter Maydell <address@hidden>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M ui/keymaps.c
    M ui/vnc-enc-tight.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20141210-1' into 
staging

vnc-enc-tight fix, keymaps code style.

# gpg: Signature made Wed 10 Dec 2014 09:24:33 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-vnc-20141210-1:
  keymaps: correct keymaps.c following Qemu coding style
  vnc-enc-tight: fix Arguments in wrong order

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/7fb8da2b8861...67a5eebca1ac

reply via email to

[Prev in Thread] Current Thread [Next in Thread]