]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/unix.h
Change uxsel_input_add's return type from int to pointer.
authorSimon Tatham <anakin@pobox.com>
Sun, 16 Aug 2015 11:50:46 +0000 (12:50 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 16 Aug 2015 12:11:51 +0000 (13:11 +0100)
commitb5423b51d468b76eb2b6cd19bb2c900b882e24f3
treee6917493af7372b8188ba073cb379b1bc7f194ee
parent0413cc856c8006163bfb4c6d2eeae84f8e475a91
Change uxsel_input_add's return type from int to pointer.

In case a front end needs to store more than an integer id to be
returned to uxsel_input_remove, we now return a pointer to a
frontend-defined structure.
unix/gtkwin.c
unix/unix.h
unix/uxpgnt.c
unix/uxplink.c
unix/uxsel.c
unix/uxsftp.c