Skip to content

all: Use XInternAtoms where appropriate

Daniel Lundqvist requested to merge dlundqvist/libxaw:xinternatoms into master

Instead of calling XInternAtom once per atom, call XInternAtoms once instead. This is both simpler code and should reduce network traffic. Although the latter is probably not measurable.

This fixes #5 (closed).

Merge request reports