X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Finput.h;h=a08dcbc82d3ea3d132f81d3a51f160b6fbd200d7;hb=bab0794258d2c28f537812b7e582d2f45ffca034;hp=3eab1b62afb1fdf5ddbe608e07bb93acb1189d66;hpb=a90363a303ead228dccc76c62eb3d7e9434dcfd3;p=m17n%2Fm17n-lib.git diff --git a/src/input.h b/src/input.h index 3eab1b6..a08dcbc 100644 --- a/src/input.h +++ b/src/input.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 02111-1307, USA. */ #ifndef _M17N_INPUT_H_ @@ -99,7 +99,6 @@ typedef struct #define MINPUT_KEY_SUPER_MODIFIER (1 << 4) #define MINPUT_KEY_HYPER_MODIFIER (1 << 5) -extern int minput__callback (MInputContext *ic, MSymbol command); extern MSymbol minput__char_to_key (int c); #endif /* not _M17N_INPUT_H_ */