comparison mac/dw.c @ 514:08d770271709

More function name changes for Rexx/DW compatibility.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 12 Mar 2004 23:47:37 +0000
parents 7755599311d4
children caa7ed17c132
comparison
equal deleted inserted replaced
513:7755599311d4 514:08d770271709
1508 { 1508 {
1509 return 0; 1509 return 0;
1510 } 1510 }
1511 1511
1512 /* This should return the current color depth */ 1512 /* This should return the current color depth */
1513 unsigned long API dw_color_depth(void) 1513 unsigned long API dw_color_depth_get(void)
1514 { 1514 {
1515 return 0; 1515 return 0;
1516 } 1516 }
1517 1517
1518 1518
2497 * pixmap: Handle to the pixmap. (choose only one of these) 2497 * pixmap: Handle to the pixmap. (choose only one of these)
2498 * text: Text to be queried. 2498 * text: Text to be queried.
2499 * width: Pointer to a variable to be filled in with the width. 2499 * width: Pointer to a variable to be filled in with the width.
2500 * height Pointer to a variable to be filled in with the height. 2500 * height Pointer to a variable to be filled in with the height.
2501 */ 2501 */
2502 void API dw_font_text_extents(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height) 2502 void API dw_font_text_extents_get(HWND handle, HPIXMAP pixmap, char *text, int *width, int *height)
2503 { 2503 {
2504 } 2504 }
2505 2505
2506 /* Draw a rectangle on a window (preferably a render window). 2506 /* Draw a rectangle on a window (preferably a render window).
2507 * Parameters: 2507 * Parameters: