diff options
author | kostix <kostix@cc602e41-bd33-0410-9637-a208f32f1443> | 2009-01-23 02:28:49 +0000 |
---|---|---|
committer | kostix <kostix@cc602e41-bd33-0410-9637-a208f32f1443> | 2009-01-23 02:28:49 +0000 |
commit | 1c9e1b1da7a3ae2a5f76069e06bdc0d88767749a (patch) | |
tree | aae509cb253b4a5807035213459fb9b1684968da /urgent.c | |
parent | e6955f3fb7cfbfb288fced60b6395bbf4e4a5c1f (diff) | |
download | urgent-1c9e1b1da7a3ae2a5f76069e06bdc0d88767749a.tar.gz urgent-1c9e1b1da7a3ae2a5f76069e06bdc0d88767749a.tar.xz urgent-1c9e1b1da7a3ae2a5f76069e06bdc0d88767749a.zip |
urgent/urgent.tcl:
* Really fixed getting the right X Window ids for the
chat windows in the non-tabbed UI mode.
* Fixed an error in formatting the error message for the
case of unusable helper program.
* We now hold the urgency flag status in the per-chat-window
state to eliminate excessive calls to the helper program
on message floods and focus flipping (in WMs using
focus-follows-mouse/sloppy focus policy).
* The helper program is now called in background.
* "xwinids" array renamed to "state".
* Improved descriptions of Customize options.
urgent/urgent.c: Fixed build command example.
urgent/INSTALL: Added installation/building instructions.
Added "urgent" to the list of ignored files.
git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/trunk/plugins/urgent@168 cc602e41-bd33-0410-9637-a208f32f1443
Diffstat (limited to 'urgent.c')
-rw-r--r-- | urgent.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * $Id$ * * Compile with - * gcc -L/usr/X11R6/lib -lX11 urgent.c -o urgent + * gcc -lX11 -o urgent urgent.c */ #include <stdio.h> |