view AUTHORS @ 968:065a129fd42b

Simplify things related to ViewFileInfoList * and ViewFileInfoIcon * type casting: - drop VFICON_INFO() and VFLIST_INFO() macros - rename VFLIST_INFO_POINTER() and VFICON_INFO_POINTER() to shorter VFLIST() and VFICON(). - replace all related occurrences by shorter expressions. For example: VFICON_INFO(vf, columns) becomes VFICON(vf)->columns VFLIST_INFO(vf, click_fd) becomes VFLIST(vf)->click_fd
author zas_
date Sun, 17 Aug 2008 09:30:45 +0000
parents 95ea60c485ec
children
line wrap: on
line source

John Ellis <johne@verizon.net>  (Original author and maintainer of GQview)

The Geeqie Team:
  Vladimir Nadvornik <nadvornik at suse dot cz> (Maintainer of Geeqie)
  Petr Ostadal <postadal at suse dot cz>
  Laurent Monin <zas at norz dot org>