Skip to content
Snippets Groups Projects
Olivier Fourdan's avatar
Olivier Fourdan authored
Commit 2fa246ca ("Add define for compositor_timeout_cb interval")
replaced g_timeout_add() with g_timeout_add_full() to separate the
timeout and priority.

Unfortunately, in doing so, it confused the timeout and priority and
decreased the priority slightly, causing the repaint timeout to occur
less often, causing delays in repaint.

Fix the priority and timeout as intended.

Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
Fixes: 2fa246ca - Add define for compositor_timeout_cb interval
Closes: #503
88c735c9
History

License

xfwm4

xfwm is the window manager for Xfce


Homepage

xfwm4 documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

xfwm4 source code

Download A Release Tarball

xfwm4 archive or xfwm4 tags

Installation

From source:

% cd xfwm4
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf xfwm4-<version>.tar.bz2
% cd xfwm4-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.