$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,