bdcd5e5250
PR: ports/147500 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> (maintainer)
11 lines
544 B
C
11 lines
544 B
C
--- src/xpad-pad.c.orig 2010-06-05 15:18:08.000000000 +0200
|
|
+++ src/xpad-pad.c 2010-06-05 15:18:28.000000000 +0200
|
|
@@ -274,7 +274,7 @@
|
|
"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,
|