patch-guix11_xdialog_h 567 B

12345678910111213141516
  1. $OpenBSD: patch-guix11_xdialog_h,v 1.1 2008/12/11 13:58:14 jasper Exp $
  2. Prevent symbol clash with stdio.h .
  3. --- guix11/xdialog.h.orig Tue Dec 9 23:32:51 2008
  4. +++ guix11/xdialog.h Tue Dec 9 23:33:01 2008
  5. @@ -5,7 +5,7 @@ typedef enum {
  6. FT_ONEOF, /* one of a preset list; includes boolean */
  7. FT_NUMBER, /* numeric field */
  8. FT_STRING, /* string field */
  9. - FT_FILE, /* string field where <Tab> does filename completion */
  10. + ELV_FT_FILE, /* string field where <Tab> does filename completion */
  11. FT_LOCKED /* non-editable field */
  12. } X_FIELDTYPE;
  13. typedef struct