Commit Graph

5 Commits

Author SHA1 Message Date
thorpej
434b7a76fc Add kernel and user space parts of a protocol for sending property lists
to / from the kernel using ioctls.
2006-07-05 21:46:10 +00:00
thorpej
3e69f1b2a5 - Add prop_array_equals(), prop_dictionary_equals(), and
prop_dictionary_keysym_equals(), and prop_object_equals() functions.
- Use realloc() where it makes sense.  There will be more changes in this
  area.
- Add a _prop_object_type structure that is used internally to keep
  information about the object types.  Decreases the footprint of the
  objects slightly by replacing several pointers with just one.
2006-05-18 03:05:19 +00:00
thorpej
90e292c96a Back out previous incorrect change. 2006-04-27 23:41:24 +00:00
dogcow
e57582a557 Make it actually compile. 2006-04-27 22:33:01 +00:00
thorpej
144348e766 Support for building proplib in userspace. 2006-04-27 20:41:57 +00:00