]> git.wh0rd.org Git - patches.git/blob - eterm-atom-typo.patch
scummvm random work
[patches.git] / eterm-atom-typo.patch
1 Index: command.c
2 ===================================================================
3 RCS file: /cvs/e/eterm/Eterm/src/command.c,v
4 retrieving revision 1.113
5 diff -u -p -r1.113 command.c
6 --- command.c   18 Aug 2006 17:41:19 -0000      1.113
7 +++ command.c   14 Oct 2006 05:07:27 -0000
8 @@ -1125,7 +1125,7 @@ x_resource_dump(int sig)
9      /* Create type atoms for future use. */
10      pixmap_atom = XInternAtom(Xdisplay, "PIXMAP", False);
11      gc_atom = XInternAtom(Xdisplay, "GC", False);
12 -    gc_atom = XInternAtom(Xdisplay, "FONT", False);
13 +    font_atom = XInternAtom(Xdisplay, "FONT", False);
14  
15      /* Look at what *we* think our consumption is. */
16  #if DEBUG >= DEBUG_MEM