xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Thu Jul 31 07:04:10 PDT 2008


 randr/rrdispatch.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 68fd6604a15b653d1fa244633eaaee9608a03ab3
Author: Tomas Carnecky <tom at dbservice.com>
Date:   Thu Jul 31 10:03:56 2008 -0400

    OutputPropertyNotifyMask is a valid thing to select for.

diff --git a/randr/rrdispatch.c b/randr/rrdispatch.c
index 5525427..72c68e3 100644
--- a/randr/rrdispatch.c
+++ b/randr/rrdispatch.c
@@ -85,7 +85,8 @@ ProcRRSelectInput (ClientPtr client)
 
     if (stuff->enable & (RRScreenChangeNotifyMask|
 			 RRCrtcChangeNotifyMask|
-			 RROutputChangeNotifyMask)) 
+			 RROutputChangeNotifyMask|
+			 RROutputPropertyNotifyMask)) 
     {
 	ScreenPtr	pScreen = pWin->drawable.pScreen;
 	rrScrPriv	(pScreen);


More information about the xorg-commit mailing list