> > >>Hi, >> >>I am changing the gamma value while my application is running at the >>beginning and at exit. >>Gamma change work at the beginning, but gamma change request at exit of >>my program doesn't work. >> >> > > That's probably because your client never sent the request to >the X-server. X requests by your client get buffered by your >client and don't get sent to the server unless explicitly or >implicitly flushed. In the case that you quit, what you have >in your buffer will never get sent to the server. You need >to place an XSync after your last request. > Thanks, it works nicely.
Max. _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
