Re: [AD] [docs] small fix

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


> The update_dialog description references player->obj, therefore it can't
> be private inside DIALOG_PLAYER.

Obviously.


Index: allegro._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/allegro._tx,v
retrieving revision 1.159
diff -u -r1.159 allegro._tx
--- allegro._tx	3 Jun 2003 14:40:20 -0000	1.159
+++ allegro._tx	10 Jun 2003 12:30:53 -0000
@@ -589,6 +589,10 @@
 
 @@typedef struct @DIALOG_PLAYER
 @xref init_dialog, update_dialog, shutdown_dialog, GUI routines
+<codeblock>
+   int obj;             - index into the DIALOG array of the object causing
+                          update_dialog to return FALSE
+<endblock>
    A structure which holds GUI data used internally by Allegro. Read the
    documentation of init_dialog() for a description on how to obtain/use 
this
    structure.


The entry is now self-contradictory. Remove the first sentence and replace it 
by the first sentence of struct BITMAP.

Ok with this change.

-- 
Eric Botcazou




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/