Skip to content

Commit

Permalink
Fix #161
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Mar 13, 2024
1 parent 850743f commit 339fc88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/init_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,11 @@ SEXP agg_capabilities(SEXP capabilities) {

#endif

#if R_GE_version >= 16
// Glyph rendering
SET_VECTOR_ELT(capabilities, R_GE_capability_glyphs, Rf_ScalarInteger(1));
#endif

return capabilities;
}

Expand Down

0 comments on commit 339fc88

Please sign in to comment.