summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/tkMacOSXSubwindows.c')
-rw-r--r--macosx/tkMacOSXSubwindows.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/tkMacOSXSubwindows.c b/macosx/tkMacOSXSubwindows.c
index 5cbbbf1..b814fbc 100644
--- a/macosx/tkMacOSXSubwindows.c
+++ b/macosx/tkMacOSXSubwindows.c
@@ -55,6 +55,7 @@ XDestroyWindow(
Window window) /* Window. */
{
MacDrawable *macWin = (MacDrawable *) window;
+ (void)display;
/*
* Remove any dangling pointers that may exist if the window we are
@@ -676,6 +677,7 @@ XConfigureWindow(
{
MacDrawable *macWin = (MacDrawable *) w;
TkWindow *winPtr = macWin->winPtr;
+ (void)values;
display->request++;
@@ -992,6 +994,7 @@ InvalViewRect(
{
static CGAffineTransform t;
NSView *view = ref;
+ (void)rgn;
if (!view) {
return paramErr;
@@ -1122,6 +1125,8 @@ void *
TkMacOSXGetDrawablePort(
Drawable drawable)
{
+ (void)drawable;
+
return NULL;
}
@@ -1422,6 +1427,7 @@ Tk_GetPixmap(
int depth) /* Bits per pixel for pixmap. */
{
MacDrawable *macPix;
+ (void)d;
if (display != NULL) {
display->request++;