]> git.armaanb.net Git - dmenu.git/commit
Untypedef struct item
authorFRIGN <dev@frign.de>
Sun, 27 Sep 2015 22:15:03 +0000 (00:15 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 27 Sep 2015 22:33:26 +0000 (00:33 +0200)
commit10fd4f275feaef0b505cc8e65a2deccae69a0968
treed85ca9b6d89f98c0db6ebb9d9d93ba0eb8127c2a
parentb048eacc9ddc6ca995783411d4df84c23f3a0351
Untypedef struct item

Adds clarity. Typedefs for structs are definitely a discussion matter,
but there's no reason to hide a simple data-structure behind a
meaningless typedef.
dmenu.c