wNETWMCheckClientHints should be void
commit027a720c17d6d4399a2bfb64d4e96ae20c601ea2
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 23 Oct 2012 21:59:49 +0000 (23 23:59 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 28 Oct 2012 10:58:42 +0000 (28 10:58 +0000)
tree44c5edb2ebcb05f2f36dafdda8a504043d4a9b2a
parente71f78f4fe2e9280f22f78b889909cc8e0bc3b68
wNETWMCheckClientHints should be void

The function wNETWMCheckClientHints returns a Boolean, but
this value is never used, so can be removed.

This patch removes the boolean returned, the variable hasState,
and so some parts of the function changes.
The patch also moves some variable definition to the same line:
one type, one line.
src/wmspec.c
src/wmspec.h