Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 1 | -2/+0 |
| | | | | | This has already been started while replacing copyright info in file headers and has now been completed with this commit. | ||||
* | Move each screen's root-window pointer into ScreenRec. | Mike Gabriel | 2016-06-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported from X.org: commit e7fae9ecc42ab5e73b89117722dbf4117d928f9a Author: Jamey Sharp <jamey@minilop.net> Date: Sat May 22 00:26:28 2010 -0700 Move each screen's root-window pointer into ScreenRec. Many references to the WindowTable array already had the corresponding screen pointer handy, which meant they usually looked like "WindowTable[pScreen->myNum]". Adding a field to ScreenRec instead of keeping this information in a parallel array simplifies those expressions, and eliminates a MAXSCREENS-sized array. Since dix uses this data, a screen private entry isn't appropriate. xf86-video-dummy currently uses WindowTable, so it needs to be updated to reflect this change. Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com> Tested-by: Tiago Vignatti <tiago.vignatti@nokia.com> (i686 GNU/Linux) Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | Centralize declaration of ConnectionInfo. | Mike Gabriel | 2016-06-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | Backported from X.org: commit 64ef7ed072007b1d0b4de5ff1e5eababa418c794 Author: Adam Jackson <ajax@redhat.com> Date: Wed Aug 20 13:14:03 2008 -0400 Centralize declaration of ConnectionInfo. Author: Adam Jackson <ajax@redhat.com> Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | noRRXineramaExtension: Make Boolean configurable via new cmdline switch ↵ | Mike Gabriel | 2016-06-21 | 1 | -0/+1 |
| | | | | (+|-rrxinerama). | ||||
* | XFreeXDGA: Drop all Xserver code blocks that relate to removed XFreeXDGA ↵ | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | | | | extension. | ||||
* | XF86MISC: Drop all Xserver code blocks that relate to removed XF86MISC ↵ | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | | | | extension. | ||||
* | MITMISC: Drop all Xserver code blocks that relate to removed MITMISC extension. | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | |||||
* | XF86VIDMODE: Drop all Xserver code blocks that relate to removed XF86VIDMODE ↵ | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | | | | extension. | ||||
* | MULTIBUFFER: Drop all Xserver code blocks that relate to removed MULTIBUFFER ↵ | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | | | | extension. | ||||
* | LBX: Drop all Xserver code blocks that relate to removed LBX extension. | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | |||||
* | EVI: Drop all Xserver code blocks that relate to removed EVI extension. | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | |||||
* | FONTCACHE: Drop all Xserver code blocks that relate to removed FONTCACHE ↵ | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | | | | extension. | ||||
* | XEVIE: Drop all Xserver code blocks that relate to removed XEVIE extension. | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | |||||
* | TOGCUP: Drop all Xserver code blocks that relate to removed TOGCUP extension. | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | |||||
* | XAPPGROUP: Drop all Xserver code blocks that relate to removed XAPPGROUP ↵ | Mike Gabriel | 2016-06-01 | 1 | -4/+0 |
| | | | | extension. | ||||
* | Xserver globals.h: Make PanoramiXExtensionDisabledHack globally available. | Mike Gabriel | 2015-12-30 | 1 | -0/+1 |
| | |||||
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 1 | -0/+192 |
Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository |