mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
Revert second part of accidental commit.
This commit is contained in:
parent
31bedc6fbf
commit
227b0f33fa
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ typedef enum _NSButtonType {
|
|||
NSMomentaryChangeButton,
|
||||
NSOnOffButton,
|
||||
NSMomentaryPushInButton,
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
|
||||
NSAcceleratorButton,
|
||||
NSMultiLevelAcceleratorButton,
|
||||
#endif
|
||||
// These are old names
|
||||
NSMomentaryLight = NSMomentaryPushInButton,
|
||||
NSMomentaryPushButton = NSMomentaryLightButton
|
||||
|
|
Loading…
Reference in a new issue