1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00

Make this compile in Carbon.

[originally from svn r2867]
This commit is contained in:
Ben Harris 2003-02-19 01:03:47 +00:00
parent 2bb23257f2
commit eb14a580d7

View File

@ -1,4 +1,4 @@
/* $Id: macevlog.c,v 1.2 2003/02/15 16:22:15 ben Exp $ */ /* $Id: macevlog.c,v 1.3 2003/02/19 01:03:47 ben Exp $ */
/* /*
* Copyright (c) 2003 Ben Harris * Copyright (c) 2003 Ben Harris
* All rights reserved. * All rights reserved.
@ -50,9 +50,6 @@ static void mac_updateeventlog(WindowPtr);
static void mac_createeventlog(Session *s) static void mac_createeventlog(Session *s)
{ {
Rect view; Rect view;
#if TARGET_API_MAC_CARBON
Rect controlrect;
#endif
ListBounds bounds = { 0, 0, 0, 1 }; /* 1 column, 0 rows */ ListBounds bounds = { 0, 0, 0, 1 }; /* 1 column, 0 rows */
Point csize = { 0, 0 }; Point csize = { 0, 0 };
GrafPtr saveport; GrafPtr saveport;