diff options
author | marha <marha@users.sourceforge.net> | 2009-09-16 12:44:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-16 12:44:59 +0000 |
commit | 2d0a6c90d6c70a61d1b95a24c450f05ff9deed50 (patch) | |
tree | 24250138176c92c6241a85067dd110ffc1200a29 /xorg-server/hw/xwin/win.h | |
parent | c250a1fb6e2732e9b9e66f61bf3db358316e5ea1 (diff) | |
download | vcxsrv-2d0a6c90d6c70a61d1b95a24c450f05ff9deed50.tar.gz vcxsrv-2d0a6c90d6c70a61d1b95a24c450f05ff9deed50.tar.bz2 vcxsrv-2d0a6c90d6c70a61d1b95a24c450f05ff9deed50.zip |
Display the number of active clients in the tray icon tooltip.
Diffstat (limited to 'xorg-server/hw/xwin/win.h')
-rw-r--r-- | xorg-server/hw/xwin/win.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/win.h b/xorg-server/hw/xwin/win.h index 31f0fd3b2..45ad7a8de 100644 --- a/xorg-server/hw/xwin/win.h +++ b/xorg-server/hw/xwin/win.h @@ -841,6 +841,9 @@ winCreateBoundingWindowWindowed (ScreenPtr pScreen); * windialogs.c */ +int +GetLiveClients (winPrivScreenPtr pScreenPriv); + void winDisplayExitDialog (winPrivScreenPtr pScreenPriv); @@ -1311,7 +1314,7 @@ winTopLevelWindowProc (HWND hwnd, UINT message, */ void -winInitNotifyIcon (winPrivScreenPtr pScreenPriv); +winInitNotifyIcon (winPrivScreenPtr pScreenPriv, Bool Modify); void winDeleteNotifyIcon (winPrivScreenPtr pScreenPriv); |