[gimp] libgimpbase: bump the protocol version.



commit b112e708f5d6d13ec042ae5ffdc7f1106cd842ca
Author: Jehan <jehan girinstud io>
Date:   Sat May 14 13:52:00 2022 +0200

    libgimpbase: bump the protocol version.
    
    Since we changed it, the version must be incremented too. It means that
    third-party developers will have to rebuild their plug-ins.
    
    Fixed Conflicts from !274:
            libgimpbase/gimpprotocol.h

 libgimpbase/gimpprotocol.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libgimpbase/gimpprotocol.h b/libgimpbase/gimpprotocol.h
index 88147e5318..636385deed 100644
--- a/libgimpbase/gimpprotocol.h
+++ b/libgimpbase/gimpprotocol.h
@@ -26,7 +26,7 @@ G_BEGIN_DECLS
 
 /* Increment every time the protocol changes
  */
-#define GIMP_PROTOCOL_VERSION  0x010E
+#define GIMP_PROTOCOL_VERSION  0x010F
 
 
 enum
@@ -106,8 +106,6 @@ struct _GPConfig
   gint32   shm_id;
   gint8    check_size;
   gint8    check_type;
-  GimpRGB  check_custom_color1;
-  GimpRGB  check_custom_color2;
   gint8    show_help_button;
   gint8    use_cpu_accel;
   gint8    use_opencl;
@@ -127,6 +125,10 @@ struct _GPConfig
   gchar   *swap_path;
   gchar   *swap_compression;
   gint32   num_processors;
+
+  /* since protocol version 0x010F: */
+  GimpRGB  check_custom_color1;
+  GimpRGB  check_custom_color2;
 };
 
 struct _GPTileReq


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