]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mac/macterm.c
Fix a couple of signedness compiler warnings, presumably due to me
[PuTTY.git] / mac / macterm.c
index 68d827607c1617dd117370a2c0ae09fde9295ed8..dad2688336251bbffa43c4447d4dd8c008cac163 100644 (file)
@@ -595,7 +595,7 @@ static void text_click(Session *s, EventRecord *event)
     lastwhen = TickCount();
 }
 
-void write_clip(void *cookie, wchar_t *data, int len, int must_deselect)
+void write_clip(void *cookie, wchar_t *data, int *attr, int len, int must_deselect)
 {
 #if !TARGET_API_MAC_CARBON
     Session *s = cookie;
@@ -1488,7 +1488,7 @@ void sys_cursor(void *frontend, int x, int y)
  * may want to perform additional actions on any kind of bell (for
  * example, taskbar flashing in Windows).
  */
-void beep(void *frontend, int mode)
+void do_beep(void *frontend, int mode)
 {
     if (mode != BELL_VISUAL)
        SysBeep(30);