summaryrefslogtreecommitdiff
path: root/src/core/async-getprop.c
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12Work around usage of XPointerinfirit1-1/+1
XLib has historically used "char*" for "generic pointer" but compliers rightly complain when casting this to a structure. Work around this by casting to void * and letting the implicit conversion to a structure type take effect. Based on metacity commit: 687376bb549b3d60ba848c9d4105fe41087f3a77 From: Colin Walters <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=611644
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-31/+31
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+680