diff options
author | Richard Grenville <[email protected]> | 2012-10-10 21:12:46 +0800 |
---|---|---|
committer | Richard Grenville <[email protected]> | 2012-10-10 21:17:48 +0800 |
commit | 5d3425b5dc3b651f8638fc545a6f8efcca8fd35a (patch) | |
tree | 379fec3fdcea0f74edef81844f052b300766a34e /compton.h | |
parent | ae5771e1cfad32f0c2a0a8ed59fb04867f43b5b2 (diff) | |
download | tdebase-5d3425b5dc3b651f8638fc545a6f8efcca8fd35a.tar.gz tdebase-5d3425b5dc3b651f8638fc545a6f8efcca8fd35a.zip |
Misc: Code clean-up
- Fix a memory leak in register_cm().
- Print a warning message if argument of --vsync is invalid.
- Known bug: compton will probably freeze X if another compositing
window manager is running and --vsync opengl is enabled, with
nvidia-drivers-304.51. Probably an issue on the driver. I could see no
workaround.
Diffstat (limited to 'compton.h')
-rw-r--r-- | compton.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ // Whether to enable OpenGL VSync support // #define CONFIG_VSYNC_OPENGL 1 -#define NDEBUG 1 // === Includes === // For some special functions |