]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blob - be_none.c
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / be_none.c
1 /*
2  * Linking module for programs that do not support selection of backend
3  * (such as pterm).
4  */
5
6 #include <stdio.h>
7 #include "putty.h"
8
9 Backend *backends[] = {
10     NULL
11 };