]> icculus.org git repositories - mikachu/openbox.git/commit
Use GString for appending strings
authorMikael Magnusson <mikachu@gmail.com>
Tue, 28 Oct 2014 01:23:35 +0000 (02:23 +0100)
committerMikael Magnusson <mikachu@gmail.com>
Tue, 28 Oct 2014 03:14:24 +0000 (04:14 +0100)
commit088524f0169cbc434098f30df6bca992e8a83b01
tree2af7294963bb6031d4bf02ff76e5b8c18d333754
parent26951b0d4c90fa04b94561c9ff717dc700ba482b
Use GString for appending strings

It can take a very long time to print a _NET_WM_ICON property for firefox with the previous code, several minutes. Fixes bug #6042 and also implements the change for append_string.
tools/obxprop/obxprop.c