log libvo/x11_common.h @ 30480:f22bbe6fc0f6

age author description
Mon, 04 Jan 2010 19:04:33 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Sun, 27 Dec 2009 14:19:48 +0000 reimar vo_x11_classhint name argument should be const, since we pass string constants there.
Thu, 12 Feb 2009 18:03:38 +0000 reimar Remove now unused vo_calc_drwXY function.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Fri, 09 Jan 2009 15:25:24 +0000 cehoyos Factor calc_drwXY out of vo_xv and vo_xvmc.
Sat, 15 Nov 2008 18:56:25 +0000 reimar Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
Sat, 15 Nov 2008 17:48:27 +0000 reimar Cosmetics: remove useless "extern"
Sat, 15 Nov 2008 17:45:55 +0000 reimar Replace some of the different inconsistent XGetGeometry uses by a
Thu, 16 Oct 2008 18:19:36 +0000 diego Move X11_FULLSCREEN definition to x11_common.h where it belongs.
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Tue, 22 Jul 2008 18:46:07 +0000 reimar Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Wed, 20 Feb 2008 08:51:53 +0000 diego Remove pointless #ifdefs around extern declarations.
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Wed, 27 Jun 2007 10:26:13 +0000 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
Sun, 01 Apr 2007 21:59:54 +0000 uau "()" to "(void)" function param list fixes
Tue, 25 Apr 2006 21:36:02 +0000 uau Remove updating of vo_mouse_timer_const from the main loop and also
Fri, 21 Apr 2006 18:42:55 +0000 reimar forgotten update_xinerama_info prototypes
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Thu, 10 Nov 2005 02:39:31 +0000 al Test if source image dimensions are too big.
Sun, 21 Aug 2005 01:20:31 +0000 reimar remove extern for variables that are already in headers.
Thu, 30 Jun 2005 10:16:35 +0000 reimar added forgotten xv_enable_vsync
Sun, 10 Apr 2005 16:02:28 +0000 iive fix vo_xv_draw_colorkey to a workable state
Tue, 01 Mar 2005 22:54:24 +0000 rathann missing externs (fixes implicit declaration warnings)
Sun, 20 Feb 2005 22:43:25 +0000 al Unified colorkey code for vo xv and vo xvmc.
Sun, 06 Feb 2005 10:12:34 +0000 reimar X11 headers must be included also when X11_FULLSCREEN is not defined (although
Mon, 01 Nov 2004 20:24:37 +0000 reimar fullscreen fixes and GUI support for vo_gl
Sun, 08 Aug 2004 23:22:29 +0000 nplourde now use vo_rootwin var to check for -rootwin switch
Wed, 02 Jun 2004 02:34:39 +0000 diego Metacity fullscreen issues, patch by Alexander Strasser <eclipse7@gmx.net>,