~ubuntu-branches/ubuntu/lucid/netrek-client-cow/lucid

« back to all changes in this revision

Viewing changes to x11window.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2009-06-16 15:27:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616152720-whngeaf1w8l23u14
Tags: 3.3.0-1
[ Barry deFreese ]
* New upstream release.
* Install upstream desktop file. (Closes: #522587).
* Add quilt patch system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
/* x11window.c */
31
31
int _myerror(Display *d, XErrorEvent *e);
32
32
void pastebuffer(void);
33
 
void W_Initialize(char *str);
34
33
void checkFont(XFontStruct *fontinfo, char *fontname);
35
34
void GetFonts(void);
36
35
XFontStruct *find_font(char *oldf, char **fonts);
88
87
int W_WindowHeight(W_Window window);
89
88
int W_Socket(void);
90
89
void W_DestroyWindow(W_Window window);
91
 
void W_SetTransientForHint(W_Window w, W_Window pw);
92
90
void deleteWindow(struct window *window);
93
91
void W_SetIconWindow(W_Window main, W_Window icon);
94
92
void checkParent(char *name, W_Window *parent);