summaryrefslogtreecommitdiff
path: root/frontends/atari/plot
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/atari/plot')
-rw-r--r--frontends/atari/plot/plot.c2
-rw-r--r--frontends/atari/plot/plot.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/frontends/atari/plot/plot.c b/frontends/atari/plot/plot.c
index 09174287c..2324f82d9 100644
--- a/frontends/atari/plot/plot.c
+++ b/frontends/atari/plot/plot.c
@@ -794,7 +794,7 @@ static MFDB * snapshot_create_native_mfdb(int x, int y, int w, int h)
* This creates an snapshot in RGBA format (NetSurf's native format)
*
* Capture the screen at x,y location
- * \param self instance
+ *
* \param x absolute screen coords
* \param y absolute screen coords
* \param w width
diff --git a/frontends/atari/plot/plot.h b/frontends/atari/plot/plot.h
index c8bf9157c..a827c008c 100644
--- a/frontends/atari/plot/plot.h
+++ b/frontends/atari/plot/plot.h
@@ -87,6 +87,7 @@ extern const struct plotter_table atari_plotters;
/**
* Init screen and font driver objects.
*
+ * \param ctx The current redraw context.
* \param fdrvrname font driver name.
* \return value > 1 when the objects could be succesfully created or
* <= 0 to indicate an error.
@@ -105,6 +106,8 @@ bool plot_unlock(void);
/**
* Set plot origin and canvas size
+ *
+ * \param ctx The current redraw context.
* \param x the x origin
* \param y the y origin
* \param w the width of the plot area