Commit f20d985a authored by Cyril Deguet's avatar Cyril Deguet

* lalala

parent 7ebb8a7e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* x11_window.h: X11 implementation of the Window class * x11_window.h: X11 implementation of the Window class
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* $Id: x11_window.h,v 1.6 2003/06/17 18:13:18 asmax Exp $ * $Id: x11_window.h,v 1.7 2003/10/19 20:32:21 asmax Exp $
* *
* Authors: Cyril Deguet <asmax@videolan.org> * Authors: Cyril Deguet <asmax@videolan.org>
* *
...@@ -95,6 +95,7 @@ class X11Window : public SkinWindow ...@@ -95,6 +95,7 @@ class X11Window : public SkinWindow
virtual bool ProcessOSEvent( Event *evt ); virtual bool ProcessOSEvent( Event *evt );
// Window graphic aspect // Window graphic aspect
virtual void ToggleOnTop();
virtual void OSShow( bool show ); virtual void OSShow( bool show );
virtual void RefreshFromImage( int x, int y, int w, int h ); virtual void RefreshFromImage( int x, int y, int w, int h );
virtual void SetTransparency( int Value = -1 ); virtual void SetTransparency( int Value = -1 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment