Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
6aa4cb22
Commit
6aa4cb22
authored
Jan 24, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove whitespace after keep-size commit.
parent
32b29b9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.cpp
+2
-2
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+1
-1
No files found.
modules/gui/qt4/main_interface.cpp
View file @
6aa4cb22
...
...
@@ -221,7 +221,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
settings
->
beginGroup
(
"MainWindow"
);
QVLCTools
::
restoreWidgetPosition
(
settings
,
this
,
QSize
(
380
,
60
)
);
/* resize to previously saved main window size if appicable */
/* resize to previously saved main window size if appicable */
if
(
b_keep_size
)
{
if
(
i_visualmode
==
QT_ALWAYS_VIDEO_MODE
||
...
...
@@ -642,7 +642,7 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
unsigned
int
*
pi_height
)
{
/* Request the videoWidget */
void
*
ret
=
videoWidget
->
request
(
p_nvout
,
pi_x
,
pi_y
,
void
*
ret
=
videoWidget
->
request
(
p_nvout
,
pi_x
,
pi_y
,
pi_width
,
pi_height
,
b_keep_size
);
if
(
ret
)
/* The videoWidget is available */
{
...
...
modules/gui/qt4/main_interface.hpp
View file @
6aa4cb22
...
...
@@ -132,7 +132,7 @@ private:
bool
visualSelectorEnabled
;
bool
notificationEnabled
;
/// Systray Notifications
bool
bgWasVisible
;
bool
b_keep_size
;
///< persistent resizeable window
bool
b_keep_size
;
///< persistent resizeable window
QSize
mainBasedSize
;
///< based Wnd (normal mode only)
QSize
mainVideoSize
;
///< Wnd with video (all modes)
int
i_visualmode
;
///< Visual Mode
...
...
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