SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
x11/mlterm/patches/patch-uitoolkit_fb_ui_window_c
Normal file
14
x11/mlterm/patches/patch-uitoolkit_fb_ui_window_c
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: uitoolkit/fb/ui_window.c
|
||||
--- uitoolkit/fb/ui_window.c.orig
|
||||
+++ uitoolkit/fb/ui_window.c
|
||||
@@ -23,8 +23,8 @@
|
||||
static ui_color_t black = {TP_COLOR, 0, 0, 0, 0};
|
||||
#endif
|
||||
|
||||
-#define ParentRelative (1L)
|
||||
-#define DummyPixmap (2L)
|
||||
+#define ParentRelative ((Pixmap)1L)
|
||||
+#define DummyPixmap ((Pixmap)2L)
|
||||
|
||||
/* XXX Check if win is input method window or not. */
|
||||
#define IS_IM_WINDOW(win) ((win)->disp->num_of_roots >= 2 && (win) == (win)->disp->roots[1])
|
Loading…
Add table
Add a link
Reference in a new issue