« Previous | Next » 

Revision 2c8cf549

ID2c8cf549571bbe0b245fc4f9680e1dbde39a015c

Added by Michael Tokarev almost 11 years ago

vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client

Some arguments to these functions are booleans - either by declaration,
or by actual usage, but sometimes value of 0 or 1 is passed for a bool,
and sometimes it is declared as int but a bool value, or true/false,
is passed to it instead. Clean it up a bit.

Cc: liguang <>
Signed-off-by: Michael Tokarev <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences