Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jan 6, 2025
1 parent 7d9b9f0 commit a512910
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swilib/include/swilib/gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -1420,8 +1420,8 @@ void SetDepthBufferOnLCDLAYER(LCDLAYER *layer, char depth)
__swi_end(0x389, SetDepthBufferOnLCDLAYER, (layer, depth));

/**
* @copydoc LCDLAYER_GetCurrent
* @deprecated use #LCDLAYER_GetCurrent
* @copydoc LCD_GetCurrentLayer
* @deprecated use #LCD_GetCurrentLayer
* */
__swi_begin(0x387)
LCDLAYER *GetLCDLAYERByCurCepID()
Expand All @@ -1436,8 +1436,8 @@ void LCDRedrawLAYER(LCDLAYER *layer)
__swi_end(0x384, LCDRedrawLAYER, (layer));

/**
* @copydoc LCDLAYER_Current_SetClipRegion
* @deprecated use #LCDLAYER_Current_SetClipRegion
* @copydoc LCD_SetDrawingRegion
* @deprecated use #LCD_SetDrawingRegion
* */
__swi_begin(0x3A4)
void SetDrawingCanvas(int x, int y, int x2, int y2)
Expand Down

0 comments on commit a512910

Please sign in to comment.