Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d17b6f1c
Commit
d17b6f1c
authored
Apr 17, 2003
by
Cyril Deguet
Browse files
* small fix
parent
27973b4f
Changes
5
Hide whitespace changes
Inline
Side-by-side
modules/gui/skins/gtk2/gtk2_bitmap.cpp
View file @
d17b6f1c
...
...
@@ -2,9 +2,10 @@
* gtk2_bitmap.cpp: GTK2 implementation of the Bitmap class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: gtk2_bitmap.cpp,v 1.1
3
2003/04/1
6 21:40:07 ipkiss
Exp $
* $Id: gtk2_bitmap.cpp,v 1.1
4
2003/04/1
7 17:45:38 asmax
Exp $
*
* Authors: Cyril Deguet <asmax@videolan.org>
* Emmanuel Puig <karibu@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/skins/gtk2/gtk2_event.cpp
View file @
d17b6f1c
...
...
@@ -2,9 +2,11 @@
* gtk2_event.cpp: GTK2 implementation of the Event class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: gtk2_event.cpp,v 1.
9
2003/04/1
6 21:40:07 ipkiss
Exp $
* $Id: gtk2_event.cpp,v 1.
10
2003/04/1
7 17:45:38 asmax
Exp $
*
* Authors: Cyril Deguet <asmax@videolan.org>
* Emmanuel Puig <karibu@via.ecp.fr>
* Olivier Teulire <ipkiss@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/skins/gtk2/gtk2_font.cpp
View file @
d17b6f1c
...
...
@@ -2,9 +2,10 @@
* gtk2_font.cpp: GTK2 implementation of the Font class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: gtk2_font.cpp,v 1.
8
2003/04/17 1
5
:4
3:29 karibu
Exp $
* $Id: gtk2_font.cpp,v 1.
9
2003/04/17 1
7
:4
5:38 asmax
Exp $
*
* Authors: Cyril Deguet <asmax@videolan.org>
* Emmanuel Puig <karibu@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/skins/gtk2/gtk2_graphics.cpp
View file @
d17b6f1c
...
...
@@ -2,9 +2,10 @@
* gtk2_graphics.cpp: GTK2 implementation of the Graphics and Region classes
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: gtk2_graphics.cpp,v 1.1
1
2003/04/17 1
6:30:40 karibu
Exp $
* $Id: gtk2_graphics.cpp,v 1.1
2
2003/04/17 1
7:45:38 asmax
Exp $
*
* Authors: Cyril Deguet <asmax@videolan.org>
* Emmanuel Puig <karibu@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
modules/gui/skins/gtk2/gtk2_theme.cpp
View file @
d17b6f1c
...
...
@@ -2,7 +2,7 @@
* gtk2_theme.cpp: GTK2 implementation of the Theme class
*****************************************************************************
* Copyright (C) 2003 VideoLAN
* $Id: gtk2_theme.cpp,v 1.1
5
2003/04/1
6 21:50:19 karibu
Exp $
* $Id: gtk2_theme.cpp,v 1.1
6
2003/04/1
7 17:45:38 asmax
Exp $
*
* Authors: Cyril Deguet <asmax@videolan.org>
*
...
...
@@ -260,9 +260,7 @@ void GTK2Theme::AddWindow( string name, int x, int y, bool visible,
return
;
}
GdkColor
black
=
{
0
,
0
,
0
,
0
};
//gdk_window_show( gwnd );
gdk_window_show
(
gwnd
);
WindowList
.
push_back
(
(
Window
*
)
new
OSWindow
(
p_intf
,
gwnd
,
x
,
y
,
visible
,
fadetime
,
alpha
,
movealpha
,
dragdrop
,
name
)
)
;
...
...
Write
Preview
Supports
Markdown
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