/[gxemul]/trunk/src/include/x11.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/x11.h

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

revision 5 by dpavlin, Mon Oct 8 16:18:00 2007 UTC revision 6 by dpavlin, Mon Oct 8 16:18:11 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: x11.h,v 1.3 2005/01/29 10:30:30 debug Exp $   *  $Id: x11.h,v 1.4 2005/05/20 20:07:26 debug Exp $
32   *   *
33   *  Headerfile for src/x11.c.   *  Headerfile for src/x11.c.
34   */   */
# Line 94  void x11_putpixel_fb(struct machine *, i Line 94  void x11_putpixel_fb(struct machine *, i
94  void x11_putimage_fb(struct machine *, int);  void x11_putimage_fb(struct machine *, int);
95  #endif  #endif
96  void x11_init(struct machine *);  void x11_init(struct machine *);
97    void x11_fb_resize(struct fb_window *win, int new_xsize, int new_ysize);
98  struct fb_window *x11_fb_init(int xsize, int ysize, char *name,  struct fb_window *x11_fb_init(int xsize, int ysize, char *name,
99          int scaledown, struct machine *);          int scaledown, struct machine *);
100  void x11_check_event(struct emul **emuls, int n_emuls);  void x11_check_event(struct emul **emuls, int n_emuls);

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26