+ contrib/hbnf/doc/en/adapter.txt
+ contrib/hbnf/doc/en/default.txt
+ contrib/hbnf/doc/en/inp.txt
+ contrib/hbnf/doc/en/outp.txt
+ contrib/hbnf/doc/en/reboot.txt
+ contrib/hbnf/doc/en/shadow.txt
+ contrib/hbnf/doc/en/video1.txt
+ added doc for missing functions
* contrib/hbnf/hbnf.hbp
* contrib/hbnf/hbnf.hbx
+ contrib/hbnf/default.prg
+ implemented FT_DEFAULT()
- contrib/hbnf/doc/en/mouse2.txt
- contrib/hbnf/doc/en/readme.txt
- deleted duplicate content
* contrib/hbnf/hbnf.hbp
- contrib/hbnf/ftidle.c
- contrib/hbnf/ftint86.c
- contrib/hbnf/ftisprn.c
- contrib/hbnf/ftround.prg
- contrib/hbnf/ftshadow.c
- contrib/hbnf/getver.c
- contrib/hbnf/getvid.c
- contrib/hbnf/menutonf.prg
- contrib/hbnf/tests/ftgete.prg
- contrib/hbnf/doc/en/ftidle.txt
- contrib/hbnf/doc/en/ftisprn.txt
- contrib/hbnf/doc/en/ftround.txt
+ contrib/hbnf/cint86.c
+ contrib/hbnf/dosver.c
+ contrib/hbnf/idle.c
+ contrib/hbnf/isprint.c
+ contrib/hbnf/isshare.c
+ contrib/hbnf/menuto.prg
+ contrib/hbnf/page.c
+ contrib/hbnf/round.prg
+ contrib/hbnf/shadow.c
+ contrib/hbnf/support.c
+ contrib/hbnf/video1.c
+ contrib/hbnf/vidmode.c
+ contrib/hbnf/tests/getenvrn.prg
+ contrib/hbnf/doc/en/idle.txt
+ contrib/hbnf/doc/en/isprint.txt
+ contrib/hbnf/doc/en/round.txt
* files renamed and/or split to match the original NF layout
% cleaned unnecessary headers
* contrib/hbnf/dispc.c
* contrib/hbnf/invclr.prg
* contrib/hbnf/mouse.c
* contrib/hbnf/prtscr.c
* contrib/hbnf/putkey.c
* contrib/hbnf/tempfile.prg
* contrib/hbnf/doc/en/ftattr.txt
* contrib/hbnf/doc/en/mouse1.txt
* misc cleanups, formatting
! FT_PUTKEY() fixed to allow any keycode (f.e. unicode ones)
* contrib/hbnf/readme.txt
* updated
57 lines
2.2 KiB
C
57 lines
2.2 KiB
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
* NF function: FT_SHADOW()
|
|
*
|
|
* Copyright 2007 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
|
*
|
|
* www - http://harbour-project.org
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this software; see the file COPYING. If not, write to
|
|
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
|
*
|
|
* As a special exception, the Harbour Project gives permission for
|
|
* additional uses of the text contained in its release of Harbour.
|
|
*
|
|
* The exception is that, if you link the Harbour libraries with other
|
|
* files to produce an executable, this does not by itself cause the
|
|
* resulting executable to be covered by the GNU General Public License.
|
|
* Your use of that executable is in no way restricted on account of
|
|
* linking the Harbour library code into it.
|
|
*
|
|
* This exception does not however invalidate any other reasons why
|
|
* the executable file might be covered by the GNU General Public License.
|
|
*
|
|
* This exception applies only to the code released by the Harbour
|
|
* Project under the name Harbour. If you copy code from other
|
|
* Harbour Project or Free Software Foundation releases into a copy of
|
|
* Harbour, as the General Public License permits, the exception does
|
|
* not apply to the code that you add in this way. To avoid misleading
|
|
* anyone as to the status of such modified files, you must delete
|
|
* this exception notice from them.
|
|
*
|
|
* If you write modifications of your own for Harbour, it is your choice
|
|
* whether to permit this exception to apply to your modifications.
|
|
* If you do not wish that, delete this exception notice.
|
|
*
|
|
*/
|
|
|
|
#include "hbapi.h"
|
|
|
|
HB_FUNC_TRANSLATE( FT_SHADOW, HB_SHADOW )
|