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

(-)a/src/wings_frame.erl (-1 / +8 lines)
Lines 37-46 Link Here
37
-define(IS_SPLIT(WinProp), (element(1, WinProp) =:= split
37
-define(IS_SPLIT(WinProp), (element(1, WinProp) =:= split
38
			    orelse element(1, WinProp) =:= split_rev)).
38
			    orelse element(1, WinProp) =:= split_rev)).
39
39
40
-ifndef(wxID_OSX_HIDE).
40
-define(wxID_OSX_HIDE, 5250).
41
-define(wxID_OSX_HIDE, 5250).
42
-endif.
43
-ifndef(wxID_OSX_HIDEOTHERS).
41
-define(wxID_OSX_HIDEOTHERS, 5251).
44
-define(wxID_OSX_HIDEOTHERS, 5251).
45
-endif.
46
-ifndef(wxID_OSX_SHOWALL).
42
-define(wxID_OSX_SHOWALL, 5252).
47
-define(wxID_OSX_SHOWALL, 5252).
48
-endif.
49
-ifndef(wxID_OSX_MENU_LAST).
43
-define(wxID_OSX_MENU_LAST, 5255).
50
-define(wxID_OSX_MENU_LAST, 5255).
51
-endif.
44
52
45
%% API  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
53
%% API  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46
54
47
- 

Return to bug 846977