haiku/src/apps/clock
Bruno G. Albuquerque 3fbb09f87f - Cleaned up soeveral Copyright strings.
- Shuffled the resource app_flags entry as it somehow fixed corrupt version/description;icons for several files here. It seems this entry must be the last one before the icons.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19735 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-01-07 16:03:13 +00:00
..
cl_view.cpp B_COLOR_8_BIT is deprecated 2006-04-18 20:07:03 +00:00
cl_view.h Now clock doesn't quit in case it can't find its resource (due to a bug in BRoster::FindApp(), probably). It looks like crap but it's not important right now. Also restyled a bit the cl_view.h/cpp files 2005-12-22 21:19:23 +00:00
cl_wind.cpp
cl_wind.h
clock.cpp Fixed some more application signatures and version info, and made them all consistent. 2006-10-22 16:09:50 +00:00
clock.h
Clock.rdef - Cleaned up soeveral Copyright strings. 2007-01-07 16:03:13 +00:00
Jamfile made Clock beos compatible 2006-02-01 16:09:16 +00:00
LICENSE
README.Clock

Clock Project README
====================

This project creates the standard clock application, and is a good example
of using graphics on the BeOS.
 
Files
=====

The archive should contain the following files:

README.Clock		-- This file
Clock.proj		-- Metrowerks project file
Clock.rsrc		-- Application resource file
makefile		-- project makefile

clock.cpp		-- Source files
clock.h
cl_wind.cpp
cl_wind.h
cl_view.cpp
cl_view.h