/[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 27 by dpavlin, Mon Oct 8 16:18:11 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 2  Line 2 
2  #define X11_H  #define X11_H
3    
4  /*  /*
5   *  Copyright (C) 2003-2005  Anders Gavare.  All rights reserved.   *  Copyright (C) 2003-2006  Anders Gavare.  All rights reserved.
6   *   *
7   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
8   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: x11.h,v 1.4 2005/05/20 20:07:26 debug Exp $   *  $Id: x11.h,v 1.5 2006/07/08 12:30:03 debug Exp $
32   *   *
33   *  Headerfile for src/x11.c.   *  Headerfile for src/x11.c.
34   */   */
# Line 95  void x11_putimage_fb(struct machine *, i Line 95  void x11_putimage_fb(struct machine *, i
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);  void x11_fb_resize(struct fb_window *win, int new_xsize, int new_ysize);
98    void x11_set_standard_properties(struct fb_window *fb_window, char *name);
99  struct fb_window *x11_fb_init(int xsize, int ysize, char *name,  struct fb_window *x11_fb_init(int xsize, int ysize, char *name,
100          int scaledown, struct machine *);          int scaledown, struct machine *);
101  void x11_check_event(struct emul **emuls, int n_emuls);  void x11_check_event(struct emul **emuls, int n_emuls);

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26