]> git.pld-linux.org Git - packages/alevt.git/blob - alevt-compile.patch
- up to 1.6.2
[packages/alevt.git] / alevt-compile.patch
1 --- alevt-1.6.1/lang.h.orig     2006-09-02 11:22:48.000000000 +0000
2 +++ alevt-1.6.1/lang.h  2006-09-02 11:22:53.000000000 +0000
3 @@ -19,4 +19,4 @@
4  void add_enhance(struct enhance *eh, int dcode, u32 *data);
5  void enhance(struct enhance *eh, struct vt_page *vtp);
6  
7 -#endif LANG_H
8 +#endif //LANG_H
9 --- alevt-1.6.1/xio.c.orig      2006-09-02 11:24:16.000000000 +0000
10 +++ alevt-1.6.1/xio.c   2006-09-02 11:24:40.000000000 +0000
11 @@ -31,11 +31,12 @@
12  
13  static struct dl_head dpys[1];         /* list of all displays */
14  
15 +static void xio_timer();
16 +static void handle_event(); //forward ref
17  
18  static int
19  timer_init(int argc, char **argv)
20  {
21 -    static void xio_timer();
22      int p[2], timer_pid, i;
23  
24      if (pipe(p) == -1)
25 @@ -160,7 +161,6 @@
26  xio_open_dpy(char *dpy, int argc, char **argv)
27  {
28      XClassHint classhint[1];
29 -    static void handle_event(); //forward ref
30      struct xio *xio;
31  
32      if (local_init(argc, argv) == -1)
This page took 0.061498 seconds and 3 git commands to generate.