]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins/x11/x11_window.h
* tooltips are now updated during scrolling
[vlc] / modules / gui / skins / x11 / x11_window.h
index d9cfc8bd2353980563e6530fde523c778bcd26d7..ec85fcb5a259c7897937e521be7b0418b48a15b0 100644 (file)
@@ -2,7 +2,7 @@
  * x11_window.h: X11 implementation of the Window class
  *****************************************************************************
  * Copyright (C) 2003 VideoLAN
- * $Id: x11_window.h,v 1.5 2003/06/08 00:32:07 asmax Exp $
+ * $Id: x11_window.h,v 1.6 2003/06/17 18:13:18 asmax Exp $
  *
  * Authors: Cyril Deguet     <asmax@videolan.org>
  *
@@ -47,6 +47,7 @@ typedef struct
     Font font;
     int curX;
     int curY;
+    bool active;
 } tooltip_t;