mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
ccf944d243
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
11 lines
537 B
Diff
11 lines
537 B
Diff
--- src/xpad-pad.c 2009-05-11 03:44:09.000000000 +0200
|
|
+++ src/xpad-pad.c 2010-04-09 14:36:50.000000000 +0200
|
|
@@ -275,7 +275,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,
|