Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
e66e1855
Commit
e66e1855
authored
Dec 26, 2009
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
osx dialog provider: minor cleanup
parent
d04d6561
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
modules/gui/macosx_dialog_provider/VLCLoginPanel.m
modules/gui/macosx_dialog_provider/VLCLoginPanel.m
+0
-13
modules/gui/macosx_dialog_provider/dialogProvider.m
modules/gui/macosx_dialog_provider/dialogProvider.m
+0
-1
No files found.
modules/gui/macosx_dialog_provider/VLCLoginPanel.m
View file @
e66e1855
...
...
@@ -39,19 +39,6 @@
defer:
YES
];
}
#define addButton( theButton, ox, oy, title, action ) \
s_rc.origin.x = ox; \
s_rc.origin.y = oy; \
s_rc.size.height = 32; \
s_rc.size.width = 108; \
theButton = [[NSButton alloc] initWithFrame:s_rc]; \
[theButton setButtonType:NSMomentaryLightButton]; \
[theButton setTitle:title]; \
[theButton setBordered:NO]; \
[theButton setTarget:self]; \
[theButton setAction:@selector(action:)]; \
[ourContentView addSubview:theButton]
-
(
void
)
createContentView
{
NSRect
s_rc
=
[
self
frame
];
...
...
modules/gui/macosx_dialog_provider/dialogProvider.m
View file @
e66e1855
...
...
@@ -86,7 +86,6 @@ int OpenIntf(vlc_object_t *p_this)
memset
(
p_intf
->
p_sys
,
0
,
sizeof
(
*
p_intf
->
p_sys
));
// p_intf->b_should_run_on_first_thread = true;
p_intf
->
pf_run
=
Run
;
msg_Dbg
(
p_intf
,
"Opening Mac OS X dialog provider"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment