Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cff0739e
Commit
cff0739e
authored
Sep 03, 2005
by
ipkiss
Browse files
* skins/src/generic_layout.cpp: Fixed a typo in a comment
parent
f35cdf2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/skins2/src/generic_layout.cpp
View file @
cff0739e
...
...
@@ -232,7 +232,7 @@ void GenericLayout::refreshRect( int x, int y, int width, int height )
// Refresh the window... but do not paint on a video control!
if
(
iterVideo
==
m_controlList
.
end
()
)
{
// No video control, we can safely repain the rectangle
// No video control, we can safely repain
t
the rectangle
pWindow
->
refresh
(
x
,
y
,
width
,
height
);
}
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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