about summary refs log tree commit diff
path: root/other/pamx/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'other/pamx/send.c')
-rw-r--r--other/pamx/send.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/pamx/send.c b/other/pamx/send.c
index 597b76c7..fd50d5e9 100644
--- a/other/pamx/send.c
+++ b/other/pamx/send.c
@@ -78,8 +78,8 @@ ximageToPixmap(Display *    const disp,
 
 
 
-/* find the best pixmap depth supported by the server for a particular
- * visual and return that depth.
+/* find the best pixmap depth the server can do for a particular visual and
+ * return that depth.
  *
  * this is complicated by R3's lack of XListPixmapFormats so we fake it
  * by looking at the structure ourselves.