From b377549532f7b7738338138f30000bc1cd2bc7e4 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 9 Feb 2019 07:56:30 -0500 Subject: [PATCH] Part 2 - some doc updates --- common/iconbmp.h | 2 +- x11/README.md | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/common/iconbmp.h b/common/iconbmp.h index c543ced8..51f6cb11 100644 --- a/common/iconbmp.h +++ b/common/iconbmp.h @@ -1,4 +1,4 @@ -/* The PDCurses logo as #include'able BMP (from icon32.xbm), +/* The PDCurses logo as #include'able BMP (from icon32.xpm), for use by SDL. */ unsigned char iconbmp[] = diff --git a/x11/README.md b/x11/README.md index 5a8bd82b..d4f6849a 100644 --- a/x11/README.md +++ b/x11/README.md @@ -42,14 +42,9 @@ process created to manage the X stuff. When compiling your application, you need to include the \ that comes with PDCurses. You also need to link your code with -libXCurses. You may need to link with the following libraries under -X11R5: +libXCurses. You may need to link with the following libraries: - Xaw Xmu Xt X11 - -or, under X11R6: - - Xaw Xmu Xt X11 SM ICE Xext + Xaw Xmu Xt X11 SM ICE Xext Xpm You can run "xcurses-config --libs" to show the link parameters for your system. If using dynamic linking, on some systems, "-lXCurses" suffices. @@ -193,16 +188,14 @@ COLOR_WHITE combined with A_BOLD. Default: White ### bitmap The name of a valid bitmap file of depth 1 (black and white) used for -the application's icon. The file is an X bitmap. Default: a 32x32 or -64x64 pixmap depending on the window manager +the application's icon. The file is an X bitmap. Default: none ### pixmap The name of a valid pixmap file of any depth supported by the window manager (color) for the application's icon, The file is an X11 pixmap. -This resource is only available if the libXpm package has been installed -(most systems have this by default). This resource overrides the -"bitmap" resource. Default: none, uses default bitmap above +This resource overrides the "bitmap" resource. Default: a 32x32 or 64x64 +pixmap depending on the window manager ### translations