Skip to content

Commit c81699f

Browse files
committed
Update the type GMT_PALETTE to sync it with the C version
1 parent 3ffdd73 commit c81699f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libgmt_h.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,13 @@ type GMT_PALETTE
612612
alloc_level::UInt32
613613
auto_scale::UInt32
614614
model::UInt32
615+
is_wrapping::UInt32
615616
is_gray::UInt32
616617
is_bw::UInt32
617618
is_continuous::UInt32
618619
has_pattern::UInt32
619620
has_hinge::UInt32
621+
has_range::UInt32
620622
skip::UInt32
621623
categorical::UInt32
622624
z_adjust::NTuple{2, UInt32}
@@ -625,6 +627,7 @@ type GMT_PALETTE
625627
z_unit_to_meter::NTuple{2, Cdouble}
626628
minmax::NTuple{2, Cdouble}
627629
hinge::Cdouble
630+
wrap_length::Cdouble
628631
end
629632
type GMT_IMAGE
630633
_type::UInt32

0 commit comments

Comments
 (0)