/[oroborus]/oroborus/src/i18n.h
ViewVC logotype

Diff of /oroborus/src/i18n.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by dreamind, Thu May 23 19:55:43 2002 UTC revision 1.2 by dreamind, Thu May 30 13:57:51 2002 UTC
# Line 27  Line 27 
27    
28  typedef struct  typedef struct
29  {  {
30      XFontStruct *font;    XFontStruct *font;
31      XFontSet fontset;    XFontSet fontset;
32      int height;    int height;
33      int ascent;    int ascent;
34      int descent;    int descent;
35  }  }
36  MyFont;  MyFont;
37    
38  extern int use_fontset;  extern int use_fontset;
39  int getFont(Display *, MyFont *, char *);  int getFont (Display *, MyFont *, char *);
40  void freeFont(Display *, MyFont *);  void freeFont (Display *, MyFont *);
41  void drawString(Display *, Drawable, MyFont *, GC, int, int, char *);  void drawString (Display *, Drawable, MyFont *, GC, int, int, char *);
42  int getTextWidth(char *, MyFont *);  int getTextWidth (char *, MyFont *);
43  void getWindowName(Display *, Window, char **);  void getWindowName (Display *, Window, char **);
44    
45  #endif /* __I18N_H */  #endif /* __I18N_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26