Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 76324
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +12 lines)
Line  Link Here
0
-- src/command.h
0
++ src/command.h
Lines 304-309 Link Here
304
304
305
/************ Structures ************/
305
/************ Structures ************/
306
/* Motif window hints */
306
/* Motif window hints */
307
# ifdef LONG64  /* From /usr/include/X11/Xmd.h edited by tres<at>mindspring.com  */
308
typedef struct _mwmhints {
309
  CARD64 flags;
310
  CARD64 functions;
311
  CARD64 decorations;
312
  INT64  input_mode;
313
  CARD64 status;
314
} MWMHints;
315
# else
307
typedef struct _mwmhints {
316
typedef struct _mwmhints {
308
  CARD32 flags;
317
  CARD32 flags;
309
  CARD32 functions;
318
  CARD32 functions;
Lines 311-316 Link Here
311
  INT32  input_mode;
320
  INT32  input_mode;
312
  CARD32 status;
321
  CARD32 status;
313
} MWMHints;
322
} MWMHints;
323
# endif
324
314
# ifdef HAVE_TERMIOS_H
325
# ifdef HAVE_TERMIOS_H
315
typedef struct termios ttymode_t;
326
typedef struct termios ttymode_t;
316
# else
327
# else

Return to bug 76324