ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/x11twind.h
(Generate patch)

Comparing ray/src/rt/x11twind.h (file contents):
Revision 2.5 by schorsch, Sat Jun 7 00:54:58 2003 UTC vs.
Revision 2.7 by greg, Thu May 23 22:45:05 2024 UTC

# Line 14 | Line 14
14   extern "C" {
15   #endif
16  
17
18 #include "copyright.h"
19
17   #define LEFTMAR 2                       /* left margin width */
18  
19   typedef struct {
# Line 37 | Line 34 | extern TEXTWIND        *xt_open(Display *dpy, Window parent,
34                          int x, int y, int width, int height,
35                          int bw, unsigned long fore, unsigned long back,
36                          char *fontname);
37 < extern void     xt_puts(char *s, TEXTWIND *t);
37 > extern void     xt_puts(const char *s, TEXTWIND *t);
38   extern void     xt_putc(int c, TEXTWIND *t);
39   extern void     xt_delete(TEXTWIND *t, int r);
40   extern void     xt_insert(TEXTWIND *t, int r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines