Annotation of rpl/modules/motif/motif.h, revision 1.2

1.1       bertrand    1: #include <pthread.h>
                      2: 
                      3: #ifdef string
                      4: #  undef string
                      5: #endif
                      6: 
                      7: enum types { WIDGET, APPCONTEXT };
                      8: 
1.2     ! bertrand    9: #include "Xm/XmAll.h"
1.1       bertrand   10: 
                     11: declareStructure
1.2     ! bertrand   12:    XtAppContext        context;
        !            13:    Widget              widget;
        !            14: as(sXtAppContext)
        !            15: 
        !            16: #define string char *
1.1       bertrand   17: 
                     18: #ifdef __RPLC_MAIN
1.2     ! bertrand   19:    volatile logical        exitMainLoop;
        !            20:    volatile logical        setFalse(initializationDone);
1.1       bertrand   21: #else
1.2     ! bertrand   22:    extern volatile logical exitMainLoop;
        !            23:    extern volatile logical initializationDone;
1.1       bertrand   24: #endif
                     25: 
                     26: #include "variables.h"
                     27: 
1.2     ! bertrand   28: int usleep(useconds_t usec);
1.1       bertrand   29: 
                     30: // vim: ts=4

CVSweb interface <joel.bertrand@systella.fr>