[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I wanted to add a note to al_draw_pixel that linked to the pixel
precise output section. (See diff below.) Looks fine in the HTML
pages, but looks kind of dumb on the man pages. Is there a better way
to do it?
--
Matthew Leverton
Index: docs/src/refman/graphics.txt
===================================================================
--- docs/src/refman/graphics.txt (revision 14155)
+++ docs/src/refman/graphics.txt (working copy)
@@ -612,6 +612,11 @@
* y - destination y
* color - color of the pixel
+> *Note:* This function may not draw exactly where you expect it to. See the
+[pixel-precise output section](primitives.html#pixel-precise-output) on the
+primitives addon documentation for details on how to control exactly where the
+pixel is drawn.
+
See also: [ALLEGRO_COLOR], [al_put_pixel]
### API: al_draw_rotated_bitmap