Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
risolvipro committed Jan 14, 2024
1 parent 4da1988 commit 231eadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion C-API.html
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ <h2 id="section-bitmapLayer">🖼️ Bitmap Layer</h2>
<div id="def-bitmapLayer-setPosition" class="definition" definition>
<div class="definition-header">
<div class="definition-header-primary">
<div class="definition-header-left"><div class="definition-title"><span class="definition-language">C</span><span class="definition-title-label">void mode7->bitmap->layer->setPosition(PDMode7_BitmapLayer *layer);</span><a href="C-API.html#def-bitmapLayer-setPosition" class="definition-permalink" permalink>#</a></div></div>
<div class="definition-header-left"><div class="definition-title"><span class="definition-language">C</span><span class="definition-title-label">void mode7->bitmap->layer->setPosition(PDMode7_BitmapLayer *layer, int x, int y);</span><a href="C-API.html#def-bitmapLayer-setPosition" class="definition-permalink" permalink>#</a></div></div>
<div class="definition-header-right">
<a href="javascript:;" class="more-button" data-more="more-bitmapLayer-setPosition"><svg class="icon icon--small" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<polyline points="5 9 12 16 19 9"></polyline>
Expand Down
2 changes: 1 addition & 1 deletion Lua-API.html
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ <h2 id="section-bitmapLayer">🖼️ Bitmap Layer</h2>
</div>
</div>
<div class="definition-header-more" id="more-bitmapLayer-setPosition">
<div class="definition-title"><span class="definition-language">C</span><span class="definition-title-label">void mode7->bitmap->layer->setPosition(PDMode7_BitmapLayer *layer);</span><a href="C-API.html#def-bitmapLayer-setPosition" class="definition-permalink" permalink>#</a></div> </div>
<div class="definition-title"><span class="definition-language">C</span><span class="definition-title-label">void mode7->bitmap->layer->setPosition(PDMode7_BitmapLayer *layer, int x, int y);</span><a href="C-API.html#def-bitmapLayer-setPosition" class="definition-permalink" permalink>#</a></div> </div>
</div>
<div class="definition-content">
<div class="definition-block definition-description last"><p>Sets the left-top position of the layer.</p></div>
Expand Down

0 comments on commit 231eadb

Please sign in to comment.