Skip to content

Commit

Permalink
Fixing Perl integration
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed May 6, 2021
1 parent 0ca6b12 commit 1c6333e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xs/xsp/Layer.xsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
// owned by Layer, no constructor/destructor

Ref<Layer> layer();
Ref<PrintRegion> region();
Ref<PrintRegion> region()
%code%{ RETVAL = &THIS->region(); %};

Ref<SurfaceCollection> slices()
%code%{ RETVAL = &THIS->slices; %};
Expand Down

0 comments on commit 1c6333e

Please sign in to comment.