GLXWorkstation.st
changeset 1752 f603d5e1cfe8
parent 1301 7b7763fedfba
child 1882 f1d549a7ed4c
equal deleted inserted replaced
1751:15381229b2d8 1752:f603d5e1cfe8
   397 	 */
   397 	 */
   398 	return 0;
   398 	return 0;
   399     }
   399     }
   400 
   400 
   401     if (@global(ErrorPrinting) == true) {
   401     if (@global(ErrorPrinting) == true) {
   402 	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
   402 	fprintf(stderr, "XWORKSTAT: x-error caught maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
   403 			event->request_code, event->request_code,
   403 			event->request_code, event->request_code,
   404 			event->minor_code, event->minor_code, event->resourceid);
   404 			event->minor_code, event->minor_code, event->resourceid);
   405 	fprintf(stderr, "XWORKSTAT: x-error message is [%d] '%s'\n", event->error_code, lastErrorMsg);
   405 	fprintf(stderr, "XWORKSTAT: x-error message is [%d] '%s'\n", event->error_code, lastErrorMsg);
   406     }
   406     }
   407 
   407 
  8783 ! !
  8783 ! !
  8784 
  8784 
  8785 !GLXWorkstation class methodsFor:'documentation'!
  8785 !GLXWorkstation class methodsFor:'documentation'!
  8786 
  8786 
  8787 version
  8787 version
  8788     ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.63 1997-01-31 10:37:39 cg Exp $'
  8788     ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.64 1997-06-16 18:23:27 cg Exp $'
  8789 ! !
  8789 ! !