openbsd-ports/x11/xpad/patches/patch-src_xpad-pad_c
sthen 7a1f77559a - update to 4.0
- unbreak with gtk+2.20, diff from Ido Admon

looks good to ajacoutot@
2010-05-13 14:14:49 +00:00

16 lines
646 B
Plaintext

$OpenBSD: patch-src_xpad-pad_c,v 1.1 2010/05/13 14:14:49 sthen Exp $
unbreak with gtk+2.20
--- src/xpad-pad.c.orig Thu May 13 14:23:55 2010
+++ src/xpad-pad.c Thu May 13 14:38:28 2010
@@ -275,7 +275,7 @@ xpad_pad_init (XpadPad *pad)
"gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving pad x,y work */
"skip-pager-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
"skip-taskbar-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
- "type", GTK_WINDOW_TOPLEVEL,
+ /* "type", GTK_WINDOW_TOPLEVEL, */
"type-hint", GDK_WINDOW_TYPE_HINT_NORMAL,
"window-position", GTK_WIN_POS_MOUSE,
"child", vbox,