libi3/root_atom_contents: handle data of arbitrary length

Handle data fetched from xcb_get_property_unchecked with arbitrary
length. This avoids having to rely on PATH_MAX macro where it is not
necessary.
This commit is contained in:
Lancelot SIX
2013-11-23 12:03:55 +01:00
committed by Michael Stapelberg
parent 2eea82eb02
commit eca5e4598a
2 changed files with 18 additions and 2 deletions

View File

@ -144,7 +144,7 @@ PANGO_LIBS := $(call ldflags_for_lib, cairo)
PANGO_LIBS += $(call ldflags_for_lib, pangocairo)
# libi3
LIBS = -L$(TOPDIR) -li3
LIBS = -L$(TOPDIR) -li3 -lm
## Platform-specific flags