]> git.sesse.net Git - vlc/commitdiff
* small fix
authorCyril Deguet <asmax@videolan.org>
Thu, 17 Apr 2003 17:45:38 +0000 (17:45 +0000)
committerCyril Deguet <asmax@videolan.org>
Thu, 17 Apr 2003 17:45:38 +0000 (17:45 +0000)
modules/gui/skins/gtk2/gtk2_bitmap.cpp
modules/gui/skins/gtk2/gtk2_event.cpp
modules/gui/skins/gtk2/gtk2_font.cpp
modules/gui/skins/gtk2/gtk2_graphics.cpp
modules/gui/skins/gtk2/gtk2_theme.cpp

index c54414a3c625e8b73db4a7e4b67d274313568833..8e7994f6d7f3c28ee1707701abd39b5ca0618f13 100644 (file)
@@ -2,9 +2,10 @@
  * gtk2_bitmap.cpp: GTK2 implementation of the Bitmap class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: gtk2_bitmap.cpp,v 1.13 2003/04/16 21:40:07 ipkiss Exp $
+ * $Id: gtk2_bitmap.cpp,v 1.14 2003/04/17 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
index 6d3283dc147a9707f38895db9d49a76d77872b3f..d0de072063d0c32f8b00ae1141c49ca3c9f71aa7 100644 (file)
@@ -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/16 21:40:07 ipkiss Exp $
+ * $Id: gtk2_event.cpp,v 1.10 2003/04/17 17:45:38 asmax Exp $
  *
  * Authors: Cyril Deguet     <asmax@videolan.org>
+ *          Emmanuel Puig    <karibu@via.ecp.fr>
+ *          Olivier Teulière <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
index e2dad26e6d00f19f7d5cc6a8cd5724126ac95da4..007a97acc14600f0bb1072bd5f0cbb0cd4483e41 100644 (file)
@@ -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 15:43:29 karibu Exp $
+ * $Id: gtk2_font.cpp,v 1.9 2003/04/17 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
index 6b7a8fac30a1b482eae92de585bd18122d2c2da5..31663344e5be8bd9375b0119107999e2af9011a0 100644 (file)
@@ -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.11 2003/04/17 16:30:40 karibu Exp $
+ * $Id: gtk2_graphics.cpp,v 1.12 2003/04/17 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
index f6c1e14bbdc73eccbd51df1a613ddb4968d2975c..b61c111f2462ba1765203539b68e02d09426462c 100644 (file)
@@ -2,7 +2,7 @@
  * gtk2_theme.cpp: GTK2 implementation of the Theme class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: gtk2_theme.cpp,v 1.15 2003/04/16 21:50:19 karibu Exp $
+ * $Id: gtk2_theme.cpp,v 1.16 2003/04/17 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 ) ) ;