Changeset 205 for libcaca/trunk/src/box.c
- Timestamp:
- Nov 22, 2003, 1:45:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/box.c
r192 r205 3 3 * Copyright (c) 2002, 2003 Sam Hocevar <sam@zoy.org> 4 4 * All Rights Reserved 5 *6 * $Id$7 5 * 8 6 * This library is free software; you can redistribute it and/or … … 20 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 21 19 * 02111-1307 USA 20 */ 21 22 /** \file box.c 23 * \version \$Id$ 24 * \author Sam Hocevar <sam@zoy.org> 25 * \brief Simple box drawing functions 26 * 27 * This file contains box drawing functions, both filled and outline. 22 28 */ 23 29
Note: See TracChangeset
for help on using the changeset viewer.