X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypes.h;h=e7017a2950c7b79fdfe20ee89d724badf53f4a23;hb=61bafeda23d9e849f636ac416a745b0ab28bc103;hp=f554c4dd9ad1f72dc0094fb625eed35c116e0aad;hpb=a3997a2b3ca4ff0c3dd5e7f5038cd5633ea75eee;p=dcpomatic.git diff --git a/src/lib/types.h b/src/lib/types.h index f554c4dd9..e7017a295 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -22,6 +22,7 @@ #include "dcpomatic_time.h" #include "position.h" +#include "rect.h" #include #include #include @@ -44,9 +45,9 @@ namespace xmlpp { /** The version number of the protocol used to communicate * with servers. Intended to be bumped when incompatibilities - * are introduced. + * are introduced. v2 uses 64+n */ -#define SERVER_LINK_VERSION 2 +#define SERVER_LINK_VERSION (64+0) typedef std::vector > ContentList; typedef std::vector > VideoContentList;