/*
 * This file is part of the OLH On-Line Help system
 *
 *	Chris VanHaren
 *      MIT Project Athena
 *
 * Copyright (C) 1990 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file "mit-copyright.h".
 *
 *      $Source: /afs/athena.mit.edu/astaff/project/olhdev/src/motif/RCS/Cursor.h,v $
 *      $Id: Cursor.h,v 1.2 91/02/28 14:40:26 lwvanels Exp $
 *      $Author: lwvanels $
 */

#ifndef _CURSOR_
#define _CURSOR_

#define STANDARD_CURSOR	SetCursor(0)
#define WAIT_CURSOR	SetCursor(1)

#endif
