diff --git a/Makefile b/Makefile index 24800a5..06abaae 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ endif CC ?= gcc CFLAGS += -Wall -std=c99 -Os -DVERSION="\"$(VERSION)\"" -LDFLAGS += -lxcb -lxcb-xinerama -lxcb-randr +LDFLAGS += -lxcb -lxcb-xinerama -lxcb-randr -lxcb-image CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long \ -Wsign-conversion -Wconversion -Wimplicit-function-declaration diff --git a/README.pod b/README.pod index dc7307a..c72e282 100644 --- a/README.pod +++ b/README.pod @@ -105,6 +105,10 @@ Set the font used to draw the following text. The parameter I can either Set the text underline color. The parameter I can be I<-> or a color in one of the formats mentioned before. The special value I<-> resets the color to the default one. +=item BI + +Draw the icon specified by I. The icon must be in xbm format. + =item BI