Commit Graph

3 Commits

Author SHA1 Message Date
Bill Meier 4922d9ed17 Comment out dups (many of which are marked "deprecated" in packet-x11-keysymdef.h)
svn path=/trunk/; revision=44638
2012-08-23 17:18:26 +00:00
Bill Meier 234cd599b3 Remove a leftover // "comment to self" (fixes checkAPI error).
svn path=/trunk/; revision=43559
2012-07-03 19:47:54 +00:00
Bill Meier 7882ec57c3 Improve use of the value_string x11_keysym_vals_source[]:
- Compile the value_string only as part of packet-x11.c
 - Create a value_string_ext to ref the value_string;
 - packet_vnc.c: Access the value_string using the value_string_ext;
 - packet-x11.c: Access the value-string using the value_string_ext
                 rather then building a temp GTree from the value_string.

svn path=/trunk/; revision=43558
2012-07-03 18:49:12 +00:00