mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
e912fcde7b
- Create a session_t structure, to get rid of most global variables and let information pass in/out mostly through parameters. Huge changes, so bugs may very well appear. I'm worried about resource leakages, in particular. - Add gcc attributes on various functions. - Add Doxygen configuration. - Replace much Xlib Bool with C99 bool. - Add and adjust some comments. - Drop unused parameters from some functions. - Cache default Visual and Depth, mainly to shorten code. - Rename some types, variables, and functions. - Add win_ev_stop() and set_ignore_next() for convenience. - Modify wid_get_prop_wintype() and wid_get_opacity_prop() to use wid_get_prop(). - Rename --respect-attr-shadow to --respect-prop-shadow. - Fix a memory leak in --respect-prop-shadow. - Many other small changes.
41 lines
448 B
Text
41 lines
448 B
Text
# Build files
|
|
.deps
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
stamp-h1
|
|
compton
|
|
*.o
|
|
build/
|
|
|
|
# CMake files
|
|
compton-*.deb
|
|
compton-*.rpm
|
|
compton-*.tar.bz2
|
|
release/
|
|
_CPack_Packages/
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
CPackSourceConfig.cmake
|
|
install_manifest.txt
|
|
|
|
|
|
# Vim files
|
|
.*.sw[a-z]
|
|
*~
|
|
|
|
# Misc files
|
|
core
|
|
oprofile_data/
|
|
compton.plist
|
|
callgrind.out.*
|
|
man/*.html
|
|
doxygen/
|