mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Remove the unnecessary patch to fix build error.
Reported by: pav
This commit is contained in:
parent
364e67f2bd
commit
70f5b467d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272201
@ -1,29 +0,0 @@
|
||||
--- inputmethod/iiimf/im_iiimf_aux.c.orig 2010-07-17 17:47:04.000000000 +0900
|
||||
+++ inputmethod/iiimf/im_iiimf_aux.c 2010-07-17 17:49:47.000000000 +0900
|
||||
@@ -1134,7 +1134,7 @@
|
||||
return NULL ;
|
||||
}
|
||||
|
||||
- return ((x_window_t *)aux->iiimf->im.listener->self)->display ;
|
||||
+ return ((x_window_t *)aux->iiimf->im.listener->self)->disp->display ;
|
||||
}
|
||||
|
||||
static Window
|
||||
@@ -1458,7 +1458,7 @@
|
||||
return -1 ;
|
||||
}
|
||||
|
||||
- return ((x_window_t *)aux->iiimf->im.listener->self)->screen ;
|
||||
+ return ((x_window_t *)aux->iiimf->im.listener->self)->disp->screen ;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -1491,7 +1491,7 @@
|
||||
point->x = (x > SHRT_MAX) ? SHRT_MAX : x ;
|
||||
point->y = (y > SHRT_MAX) ? SHRT_MAX : y ;
|
||||
|
||||
- return ((x_window_t *)aux->iiimf->im.listener->self)->screen ;
|
||||
+ return ((x_window_t *)aux->iiimf->im.listener->self)->disp->screen ;
|
||||
}
|
||||
|
||||
static int
|
Loading…
Reference in New Issue
Block a user