![]() ![]() | ![]() |
Patches pour modules/motif.
1: #include "src/rplexternals.h" 2: #include "motif.h" 3: 4: void 5: rplCallback(Widget x_objet, XtPointer argument, XtPointer call) 6: { 7: sXtCallback *sCallback; 8: 9: sCallback = argument; 10: pthread_mutex_lock(&callbackMutex); 11: evaluation(sCallback->status, sCallback->callback, 'E'); 12: pthread_mutex_unlock(&callbackMutex); 13: return; 14: } 15: 16: // vim: ts=4