summaryrefslogtreecommitdiff
path: root/src/core/screen-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow horizontally-maximised windows to be shaken loose between xineramas. ↵bug356715Carlo Wood2011-01-211-1/+1
| | | | Closes #356715.
* store timestamp for _NET_WM_CM_SX selectionTravis Watkins2010-01-051-0/+1
|
* Adding doxygen headers to some files.Thomas Thurman2008-08-181-1/+8
| | | | | | | | | | | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> Adding doxygen headers to some files. * src/core/metacity-Xatomtype.h * src/core/main.c * src/core/screen-private.h * src/core/window-private.h * src/core/keybindings.h * src/core/session.h * src/core/workspace.h * src/core/window-props.h () svn path=/trunk/; revision=3818
* src/include/frame.h src/include/display.h src/include/xprops.hIain Holmes2008-05-191-0/+218
2008-05-19 Iain Holmes <iain@gnome.org> * src/include/frame.h * src/include/display.h * src/include/xprops.h * src/include/compositor.h * src/include/types.h * src/include/window.h * src/include/errors.h * src/include/screen.h: New basic public API for compositor. * src/compositor/*: Separate the compositor out into its own separate directory and set it up for backends. Initial XRender backend. * src/core/compositor.[ch]: Remove * src/core/frame.h * src/core/screen.h * src/core/display.h * src/core/window.h: Rename to -private.h so as not to clash with the new files in include * src/core/delete.c * src/core/workspace.h * src/core/stack.[ch] * src/core/keybindings.[ch] * src/core/errors.c * src/core/effects.[ch] * src/core/core.c * src/core/group.h * src/core/edge-resistance.[ch] * src/core/window-props.[ch] * src/core/constraints.h * src/core/bell.[ch] * src/core/iconcache.h * src/core/session.[ch] * src/core/main.c * src/core/place.h * src/core/xprops.c * src/ui/tabpopup.c: Use the new -private headers * src/core/display.c * src/core/frame.c * src/core/window.c * src/core/screen.c: Add the API functions required by the compositor * src/Makefile.am: Relocate the new files svn path=/trunk/; revision=3715