mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
make sure XmNlist gets defined
This commit is contained in:
parent
bf93c6ed62
commit
67489b61c3
@ -498,10 +498,18 @@
|
||||
/*----------------------------------------------------------------------*/
|
||||
#if XmVersion < 2000
|
||||
#define XmNdragStartCallback "dragStartCallback"
|
||||
#define XmNlist "list"
|
||||
#define XmNcomboBoxType "comboBoxType"
|
||||
#define XmCComboBoxType "ComboBoxType"
|
||||
#define XmRComboBoxType "ComboBoxType"
|
||||
#endif
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
/* */
|
||||
/* Things that conflict elsewhere */
|
||||
/* */
|
||||
/*----------------------------------------------------------------------*/
|
||||
#ifndef XmNlist
|
||||
#define XmNlist "list"
|
||||
#endif
|
||||
|
||||
#endif /* end StringDefs.h */
|
||||
|
Loading…
x
Reference in New Issue
Block a user