]> git.wh0rd.org - patches.git/blame_incremental - eterm-atom-typo.patch
initial import
[patches.git] / eterm-atom-typo.patch
... / ...
CommitLineData
1Index: command.c
2===================================================================
3RCS file: /cvs/e/eterm/Eterm/src/command.c,v
4retrieving revision 1.113
5diff -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