aboutsummaryrefslogtreecommitdiffstats
path: root/xcompmgr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-02Fix formatting of options/arguments in man pageAlan Coopersmith1-11/+11
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-19Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2-8/+8
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-01Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith1-0/+27
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-14Try to report current composite manager nameYann Droneaud1-3/+27
Try to read NET_WM_CM_Sn owner's NET_WM_NAME (or WM_NAME) property, otherwise report it's window id. Remarks: metacity and kwin currently don't set a window name for NET_WM_CM_Sn owner, but xcompmgr and compiz do. This should be added to wm-spec.
2009-04-14Check for _NET_WM_CM_Sn before trying to install ourself as composite managerYann Droneaud1-2/+13
Check for a selection owner of _NET_WM_CM_Sn is the first thing to do before taking ownership on it, so clients watching for selection ownership changes won't be disturbed.
2009-04-14Don't hard code the screen numberYann Droneaud1-4/+5
2009-04-14Fix error reportingYann Droneaud1-3/+12
Use the 'name' looked up for extension errors If 'name' is NULL, use XGetErrorText(). Report error on stderr.
2009-01-19Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade4-94/+104
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings.
2008-04-02Make usage() report the current version.James Cloos1-1/+1
2008-03-06xcompmgr 1.1.4Adam Jackson1-1/+1
2008-02-13Fix a server resource leak on destroying windows.Dana Jansens1-0/+5
2007-11-05Bug #13073: Fix broken word-wrapping in ChangeLog generation.Jamey Sharp1-2/+1
Thanks to Peter Dyballa <Peter_Dyballa@Freenet.DE> for pointing out the bug.
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Remove deprecated .cvsignoreJames Cloos2-16/+0
The repo already has a .gitignore, so just rm the old .cvsignore. Also removed a blank line from .gitignore.
2007-03-12Make this loop slightly easier to read.Tilman Sauerbeck1-2/+4
2007-03-12Constified some variables.Tilman Sauerbeck1-2/+2
2007-03-12Include getopt.h for getopt().Tilman Sauerbeck1-0/+1
I think this should be portable. If it isn't, please yell at me and I'll add the necessary autoconf magic.