Skip to content

Commit

Permalink
move help file for devga device to Windows.Rd from x11.Rd
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@4987 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jun 29, 1999
1 parent 0753dc0 commit 3217169
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
11 changes: 1 addition & 10 deletions src/gnuwin32/fixed/makefile
@@ -1,6 +1,6 @@
include ../MkRules

MANOBJS= BATCH.Rd COMPILE.Rd INSTALL.Rd REMOVE.Rd RHOME.Rd SHLIB.Rd
MANOBJS= BATCH.Rd COMPILE.Rd INSTALL.Rd REMOVE.Rd RHOME.Rd SHLIB.Rd x11.Rd

all: profiles fixh fixr fixRd fixbin

Expand Down Expand Up @@ -38,15 +38,6 @@ fixbin: $(filter-out ./bin/CVS,$(wildcard ./bin/*))
$(CP) -p $^ ../../../bin
$(ECHO) done > fixbin


#fixc: $(wildcard ./c/*.c)
# $(CP) -p ./c/names.c ../../main/names.c
# $(CP) -p ./c/eval.c ../../main/eval.c
# $(CP) -p ./c/gram.c ../../main/gram.c
# $(CP) -p ./c/graphics.c ../../main/graphics.c
# $(CP) -p ./c/devices.c ../../main/devices.c
# $(ECHO) done > fixc

fixr: $(wildcard ./r/*.r) ./r/zero.R $(wildcard ./r/*.html) \
./profile/rconsole ./profile/rgb.txt ./profile/rdevga
$(CP) -p ./r/*.gnw.r ../../library/base/R
Expand Down
@@ -1,4 +1,4 @@
\name{x11}
\name{windows}
\alias{windows}
\alias{win.graph}
\alias{win.metafile}
Expand Down Expand Up @@ -27,13 +27,14 @@ win.print(width = 7, height = 7, pointsize = 12)
\item{pointsize}{the default pointsize of plotted text.}
}
\description{
A graphics device is opened. For \code{win.graph}, \code{x11} and
\code{X11} this is a graphics window on the current Windows display:
the names are for compatibility with other systems. \code{win.metafile}
prints to a file and \code{win.print} to the Windows print system.
A graphics device is opened. For \code{win.graph}, \code{windows},
\code{x11} and \code{X11} this is a graphics window on the current
Windows display: the mutliple names are for compatibility with other
systems. \code{win.metafile} prints to a file and \code{win.print} to
the Windows print system.
}
\details{
All these devices are implemented as \code{X11} devices, the
All these devices are implemented as \code{windows} devices, the
\code{display} parameter selects which is actually used.

The size of a window is computed from information provided about the
Expand Down

0 comments on commit 3217169

Please sign in to comment.