Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
709a7f94
Commit
709a7f94
authored
Apr 16, 2003
by
Cyril Deguet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* small fix
parent
bf9d145f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
modules/gui/skins/gtk2/gtk2_window.cpp
modules/gui/skins/gtk2/gtk2_window.cpp
+2
-2
modules/gui/skins/src/window.cpp
modules/gui/skins/src/window.cpp
+2
-1
No files found.
modules/gui/skins/gtk2/gtk2_window.cpp
View file @
709a7f94
...
...
@@ -2,7 +2,7 @@
* gtk2_window.cpp: GTK2 implementation of the Window class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: gtk2_window.cpp,v 1.1
6 2003/04/16 14:38:04
asmax Exp $
* $Id: gtk2_window.cpp,v 1.1
7 2003/04/16 15:34:36
asmax Exp $
*
* Authors: Cyril Deguet <asmax@videolan.org>
*
...
...
@@ -299,7 +299,7 @@ void GTK2Window::WindowManualMove()
{
// Get mouse cursor position
int
x
,
y
;
gdk_window_get_pointer
(
gdk_get_default_root_window
(),
&
x
,
&
y
,
NULL
);
OSAPI_GetMousePos
(
x
,
y
);
// Move window and chek for magnetism
p_intf
->
p_sys
->
p_theme
->
MoveSkinMagnet
(
this
,
...
...
modules/gui/skins/src/window.cpp
View file @
709a7f94
...
...
@@ -2,7 +2,7 @@
* window.cpp: Window class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: window.cpp,v 1.1
2 2003/04/15 22:16:05
asmax Exp $
* $Id: window.cpp,v 1.1
3 2003/04/16 15:34:36
asmax Exp $
*
* Authors: Olivier Teulire <ipkiss@via.ecp.fr>
* Emmanuel Puig <karibu@via.ecp.fr>
...
...
@@ -271,6 +271,7 @@ void Window::RefreshImage( int x, int y, int w, int h )
{
unsigned
int
i
;
fprintf
(
stderr
,
"refr %d %d %d %d
\n
"
,
x
,
y
,
w
,
h
);
// Create Bitmap Buffer
Graphics
*
Buffer
=
(
Graphics
*
)
new
OSGraphics
(
w
,
h
,
this
);
...
...
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