mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
XI: directly write out X_SetDeviceMode reply
Write out X_SetDeviceMode the reply directly (and do the swapping within the request handler) instead of going through separate callback that's having demux the replies again. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -33,9 +33,4 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
int ProcXSetDeviceMode(ClientPtr /* client */
|
||||
);
|
||||
|
||||
void SRepXSetDeviceMode(ClientPtr /* client */ ,
|
||||
int /* size */ ,
|
||||
xSetDeviceModeReply * /* rep */
|
||||
);
|
||||
|
||||
#endif /* SETMODE_H */
|
||||
|
||||
Reference in New Issue
Block a user