From: ewt Date: Wed, 7 Aug 1996 19:51:50 +0000 (+0000) Subject: moved COLORSET_* defines to newt.h from newt_pr.h X-Git-Tag: v0-9~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bfaf2ff6d8e2f27b97160f428483c1e9825a9f;p=thirdparty%2Fnewt.git moved COLORSET_* defines to newt.h from newt_pr.h --- diff --git a/newt_pr.h b/newt_pr.h index c940db4..dc9c018 100644 --- a/newt_pr.h +++ b/newt_pr.h @@ -1,22 +1,6 @@ #ifndef H_NEWT_PR #define H_NEWT_PR -#define COLORSET_ROOT 2 -#define COLORSET_BORDER 3 -#define COLORSET_WINDOW 4 -#define COLORSET_SHADOW 5 -#define COLORSET_TITLE 6 -#define COLORSET_BUTTON 7 -#define COLORSET_ACTBUTTON 8 -#define COLORSET_CHECKBOX 9 -#define COLORSET_ACTCHECKBOX 10 -#define COLORSET_ENTRY 11 -#define COLORSET_LABEL 12 -#define COLORSET_LISTBOX 13 -#define COLORSET_ACTLISTBOX 14 -#define COLORSET_TEXTBOX 15 -#define COLORSET_ACTTEXTBOX 16 - void newtGotorc(int row, int col); void newtDrawBox(int left, int top, int width, int height, int shadow); void newtClearBox(int left, int top, int width, int height);