]> git.pld-linux.org Git - packages/xevil.git/blob - xevil-c++.patch
- added icon based on icon from the package
[packages/xevil.git] / xevil-c++.patch
1 --- xevil-2.02.orig/cmn/intel.cpp       Wed Jan 19 12:54:34 2000
2 +++ xevil-2.02/cmn/intel.cpp    Mon Jul  2 20:44:30 2001
3 @@ -1606,7 +1606,7 @@
4  Boolean Machine::weapon_current_is_drop_liftable(PhysicalP p) {\r
5    // This is a HACK, we should really make Lifter override \r
6    // get_weapon_current(), etc.\r
7 -  char *dummy;\r
8 +  const char *dummy;\r
9    ClassId classId = p->get_weapon_string(dummy);\r
10    if (classId == A_DropLiftable) {\r
11      return True;\r
12 --- xevil-2.02.orig/x11/ui.cpp  Wed Jan 19 12:54:14 2000
13 +++ xevil-2.02/x11/ui.cpp       Mon Jul  2 21:09:11 2001
14 @@ -1322,7 +1322,7 @@
15        \r
16        // Get font.  Use user-specified font if given.\r
17        // regular size font.\r
18 -      char *theFont = fontName ? fontName : DEFAULT_FONT_NAME;\r
19 +      const char *theFont = fontName ? fontName : DEFAULT_FONT_NAME;\r
20        xvars.font[xvars.dpyMax] = \r
21          XLoadQueryFont(xvars.dpy[xvars.dpyMax],theFont);\r
22        if (!xvars.font[xvars.dpyMax]) {\r
This page took 0.027127 seconds and 3 git commands to generate.