annotate lwlib/README @ 70381:606c88bcaeee

(mac_aelist_to_lisp, mac_aedesc_to_lisp): Change arg 1 to `const AEDesc *'. [TARGET_API_MAC_CARBON] (create_apple_event): New function. [TARGET_API_MAC_CARBON] (create_apple_event_from_event_ref): Use it. Use xrealloc instead of repeated xmalloc/xfree. [TARGET_API_MAC_CARBON] (create_apple_event_from_drag_ref): New function.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 05 May 2006 06:44:01 +0000
parents 648d04be6a9c
children 94ef9897d110
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25842
Dave Love <fx@gnu.org>
parents:
diff changeset
1 This subdirectory contains the lwlib library which provides a uniform
Dave Love <fx@gnu.org>
parents:
diff changeset
2 interface to a few different X toolkits. The library was written by Lucid.
Dave Love <fx@gnu.org>
parents:
diff changeset
3 This version has changes in the makefile to fit in with Emacs's configure
Dave Love <fx@gnu.org>
parents:
diff changeset
4 script, and some source files have been renamed to fit in 14 characters.
Dave Love <fx@gnu.org>
parents:
diff changeset
5