]> granicus.if.org Git - nethack/commitdiff
tile2x11.h comment
authorPatR <rankin@nethack.org>
Wed, 12 Aug 2020 23:15:28 +0000 (16:15 -0700)
committerPatR <rankin@nethack.org>
Wed, 12 Aug 2020 23:15:28 +0000 (16:15 -0700)
include/tile2x11.h

index 3ca57315e95f6a08c868ca8ca78be02f77a37a4c..2839e8946c8d5217acd1046987037b10b1f1ff32 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.7 tile2x11.h      $NHDT-Date: 1596498563 2020/08/03 23:49:23 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.11 $ */
+/* NetHack 3.7 tile2x11.h      $NHDT-Date: 1597274123 2020/08/12 23:15:23 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.12 $ */
 /*      Copyright (c) 2002 by David Cohrs              */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -6,7 +6,10 @@
 #define TILE2X11_H
 
 /*
- * Header for the x11 tile map.
+ * Header for the X11 tile map.
+ *
+ * dat/x11tiles is used by Qt for fallback if nhtiles.bmp is inaccessible,
+ * so this header is used by Qt as well as by X11.
  */
 typedef struct {
     unsigned long version;