[ 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.
--
Elias Pschernig <elias@xxxxxxxxxx>
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.