Mercurial > hg > xemacs-beta
comparison src/device-x.c @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
1432 found. If the third arg is `string', a string is returned, and if it is | 1432 found. If the third arg is `string', a string is returned, and if it is |
1433 `integer', an integer is returned. If the third arg is `boolean', then the | 1433 `integer', an integer is returned. If the third arg is `boolean', then the |
1434 returned value is the list (t) for true, (nil) for false, and is nil to | 1434 returned value is the list (t) for true, (nil) for false, and is nil to |
1435 mean ``unspecified''. | 1435 mean ``unspecified''. |
1436 */ | 1436 */ |
1437 (name, class, type, locale, device, no_error)) | 1437 (name, class, type, locale, device, noerror)) |
1438 { | 1438 { |
1439 char* name_string, *class_string; | 1439 char* name_string, *class_string; |
1440 char *raw_result; | 1440 char *raw_result; |
1441 XrmDatabase db; | 1441 XrmDatabase db; |
1442 Display *display; | 1442 Display *display; |
1443 Error_behavior errb = decode_error_behavior_flag (no_error); | 1443 Error_behavior errb = decode_error_behavior_flag (noerror); |
1444 | 1444 |
1445 CHECK_STRING (name); | 1445 CHECK_STRING (name); |
1446 CHECK_STRING (class); | 1446 CHECK_STRING (class); |
1447 CHECK_SYMBOL (type); | 1447 CHECK_SYMBOL (type); |
1448 | 1448 |