Revert "dtudcfonted, dtudcexch: delete from repository"

This reverts commit e0036e6167.
This commit is contained in:
chase
2018-08-05 15:58:15 -05:00
committed by Jon Trulson
parent 5fb08c15d9
commit 6b713f12b5
122 changed files with 58089 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
/* XPM */
/* $XConsortium: Circle.pm /main/4 1996/07/23 11:49:20 drk $ */
/*********************************************************************
* (c) Copyright 1993, 1994 Hewlett-Packard Company
* (c) Copyright 1993, 1994 International Business Machines Corp.
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
* (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
* Novell, Inc.
**********************************************************************/
static char * Circle [] = {
/* width height ncolors cpp [x_hot y_hot] */
"36 36 2 1 -1 -1",
/* colors */
" s background m black c #949494949494",
". s foreground m white c white",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ....... ",
" ... ... ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ... ... ",
" ....... ",
" ",
" ",
" ",
" "};