diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/vnc-enc-hextile-template.h (renamed from ui/vnchextile.h) | 0 | ||||
-rw-r--r-- | ui/vnc-enc-hextile.c (renamed from ui/vnc-encoding-hextile.c) | 12 | ||||
-rw-r--r-- | ui/vnc-enc-tight.c (renamed from ui/vnc-encoding-tight.c) | 2 | ||||
-rw-r--r-- | ui/vnc-enc-tight.h (renamed from ui/vnc-encoding-tight.h) | 0 | ||||
-rw-r--r-- | ui/vnc-enc-zlib.c (renamed from ui/vnc-encoding-zlib.c) | 0 |
5 files changed, 7 insertions, 7 deletions
diff --git a/ui/vnchextile.h b/ui/vnc-enc-hextile-template.h index b9f9f5e..b9f9f5e 100644 --- a/ui/vnchextile.h +++ b/ui/vnc-enc-hextile-template.h diff --git a/ui/vnc-encoding-hextile.c b/ui/vnc-enc-hextile.c index 728f25e..fa4b264 100644 --- a/ui/vnc-encoding-hextile.c +++ b/ui/vnc-enc-hextile.c @@ -33,32 +33,32 @@ static void hextile_enc_cord(uint8_t *ptr, int x, int y, int w, int h) } #define BPP 8 -#include "vnchextile.h" +#include "vnc-enc-hextile-template.h" #undef BPP #define BPP 16 -#include "vnchextile.h" +#include "vnc-enc-hextile-template.h" #undef BPP #define BPP 32 -#include "vnchextile.h" +#include "vnc-enc-hextile-template.h" #undef BPP #define GENERIC #define BPP 8 -#include "vnchextile.h" +#include "vnc-enc-hextile-template.h" #undef BPP #undef GENERIC #define GENERIC #define BPP 16 -#include "vnchextile.h" +#include "vnc-enc-hextile-template.h" #undef BPP #undef GENERIC #define GENERIC #define BPP 32 -#include "vnchextile.h" +#include "vnc-enc-hextile-template.h" #undef BPP #undef GENERIC diff --git a/ui/vnc-encoding-tight.c b/ui/vnc-enc-tight.c index c1a292b..358221d 100644 --- a/ui/vnc-encoding-tight.c +++ b/ui/vnc-enc-tight.c @@ -37,7 +37,7 @@ #include "qdict.h" #include "qint.h" #include "vnc.h" -#include "vnc-encoding-tight.h" +#include "vnc-enc-tight.h" /* Compression level stuff. The following array contains various encoder parameters for each of 10 compression levels (0..9). diff --git a/ui/vnc-encoding-tight.h b/ui/vnc-enc-tight.h index 9b0910c..9b0910c 100644 --- a/ui/vnc-encoding-tight.h +++ b/ui/vnc-enc-tight.h diff --git a/ui/vnc-encoding-zlib.c b/ui/vnc-enc-zlib.c index a99bc38..a99bc38 100644 --- a/ui/vnc-encoding-zlib.c +++ b/ui/vnc-enc-zlib.c |