comparison oldXMenu/XLookAssoc.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents bbce331da1be
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
19 19
20 #ifndef NULL 20 #ifndef NULL
21 #define NULL 0 21 #define NULL 0
22 #endif 22 #endif
23 23
24 /* 24 /*
25 * XLookUpAssoc - Retrieve the data stored in an XAssocTable by its XId. 25 * XLookUpAssoc - Retrieve the data stored in an XAssocTable by its XId.
26 * If an appropriately matching XId can be found in the table the routine will 26 * If an appropriately matching XId can be found in the table the routine will
27 * return apointer to the data associated with it. If the XId can not be found 27 * return apointer to the data associated with it. If the XId can not be found
28 * in the table the routine will return a NULL pointer. All XId's are relative 28 * in the table the routine will return a NULL pointer. All XId's are relative
29 * to the currently active Display. 29 * to the currently active Display.