Several portability fixes from Michael Callahan <callahan@xmission.com>

* Several portability fixes from Michael Callahan
          <callahan@xmission.com> including adding in missing
          #includes and adding void in function prototypes.

-Shawn
This commit is contained in:
Shawn Amundson
1998-01-03 05:46:58 +00:00
parent 39f02b638b
commit 8eb36ebbd5
20 changed files with 58 additions and 8 deletions

View File

@ -16,6 +16,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <string.h>
#include "gtk.h"
typedef enum {
@ -35,7 +36,7 @@ typedef enum {
STRING,
TEXT,
WINDOW,
LAST_SEL_TYPE,
LAST_SEL_TYPE
} SelType;
GdkAtom seltypes[LAST_SEL_TYPE];