GList *it;
XSetWindowBorder(ob_display, dock->frame,
- RrColorPixel(ob_rr_theme->
- frame_focused_border_color));
- XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->fbwidth);
+ RrColorPixel(ob_rr_theme->osd_border_color));
+ XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->obwidth);
RrAppearanceFree(dock->a_frame);
- dock->a_frame = RrAppearanceCopy(ob_rr_theme->a_focused_title);
+ dock->a_frame = RrAppearanceCopy(ob_rr_theme->osd_hilite_bg);
stacking_add(DOCK_AS_WINDOW(dock));
RrVisual(ob_rr_inst),
CWOverrideRedirect | CWEventMask,
&attrib);
- dock->a_frame = RrAppearanceCopy(ob_rr_theme->a_focused_title);
+ dock->a_frame = RrAppearanceCopy(ob_rr_theme->osd_hilite_bg);
XSetWindowBorder(ob_display, dock->frame,
- RrColorPixel(ob_rr_theme->frame_focused_border_color));
- XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->fbwidth);
+ RrColorPixel(ob_rr_theme->osd_border_color));
+ XSetWindowBorderWidth(ob_display, dock->frame, ob_rr_theme->obwidth);
g_hash_table_insert(window_map, &dock->frame, dock);
stacking_add(DOCK_AS_WINDOW(dock));
}
/* used for calculating offsets */
- dock->w += ob_rr_theme->fbwidth * 2;
- dock->h += ob_rr_theme->fbwidth * 2;
+ dock->w += ob_rr_theme->obwidth * 2;
+ dock->h += ob_rr_theme->obwidth * 2;
a = screen_physical_area();
case OB_DIRECTION_NORTHWEST:
switch (config_dock_orient) {
case OB_ORIENTATION_HORZ:
- dock->y -= dock->h - ob_rr_theme->fbwidth;
+ dock->y -= dock->h - ob_rr_theme->obwidth;
break;
case OB_ORIENTATION_VERT:
- dock->x -= dock->w - ob_rr_theme->fbwidth;
+ dock->x -= dock->w - ob_rr_theme->obwidth;
break;
}
break;
case OB_DIRECTION_NORTH:
- dock->y -= dock->h - ob_rr_theme->fbwidth;
+ dock->y -= dock->h - ob_rr_theme->obwidth;
break;
case OB_DIRECTION_NORTHEAST:
switch (config_dock_orient) {
case OB_ORIENTATION_HORZ:
- dock->y -= dock->h - ob_rr_theme->fbwidth;
+ dock->y -= dock->h - ob_rr_theme->obwidth;
break;
case OB_ORIENTATION_VERT:
- dock->x += dock->w - ob_rr_theme->fbwidth;
+ dock->x += dock->w - ob_rr_theme->obwidth;
break;
}
break;
case OB_DIRECTION_WEST:
- dock->x -= dock->w - ob_rr_theme->fbwidth;
+ dock->x -= dock->w - ob_rr_theme->obwidth;
break;
case OB_DIRECTION_EAST:
- dock->x += dock->w - ob_rr_theme->fbwidth;
+ dock->x += dock->w - ob_rr_theme->obwidth;
break;
case OB_DIRECTION_SOUTHWEST:
switch (config_dock_orient) {
case OB_ORIENTATION_HORZ:
- dock->y += dock->h - ob_rr_theme->fbwidth;
+ dock->y += dock->h - ob_rr_theme->obwidth;
break;
case OB_ORIENTATION_VERT:
- dock->x -= dock->w - ob_rr_theme->fbwidth;
+ dock->x -= dock->w - ob_rr_theme->obwidth;
break;
} break;
case OB_DIRECTION_SOUTH:
- dock->y += dock->h - ob_rr_theme->fbwidth;
+ dock->y += dock->h - ob_rr_theme->obwidth;
break;
case OB_DIRECTION_SOUTHEAST:
switch (config_dock_orient) {
case OB_ORIENTATION_HORZ:
- dock->y += dock->h - ob_rr_theme->fbwidth;
+ dock->y += dock->h - ob_rr_theme->obwidth;
break;
case OB_ORIENTATION_VERT:
- dock->x += dock->w - ob_rr_theme->fbwidth;
+ dock->x += dock->w - ob_rr_theme->obwidth;
break;
}
break;
}
if (!config_dock_floating && config_dock_hide) {
- strw = ob_rr_theme->fbwidth;
- strh = ob_rr_theme->fbwidth;
+ strw = ob_rr_theme->obwidth;
+ strh = ob_rr_theme->obwidth;
} else {
strw = dock->w;
strh = dock->h;
dock->h += minh;
/* not used for actually sizing shit */
- dock->w -= ob_rr_theme->fbwidth * 2;
- dock->h -= ob_rr_theme->fbwidth * 2;
+ dock->w -= ob_rr_theme->obwidth * 2;
+ dock->h -= ob_rr_theme->obwidth * 2;
if (dock->dock_apps) {
g_assert(dock->w > 0);
XUnmapWindow(ob_display, dock->frame);
/* but they are useful outside of this function! */
- dock->w += ob_rr_theme->fbwidth * 2;
- dock->h += ob_rr_theme->fbwidth * 2;
+ dock->w += ob_rr_theme->obwidth * 2;
+ dock->h += ob_rr_theme->obwidth * 2;
screen_update_areas();
}
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-26 03:11+0300\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
msgid "&Close"
msgstr "أغلق (&C)"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "زر غير صحيح '%s' محدد في ملف الإعدادات"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-06-01 19:02+0530\n"
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
"Language-Team: Bengali (India) <en@li.org>\n"
msgid "&Close"
msgstr "বন্ধ করুন (&C)"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "কনফিগ ফাইলে অবৈধ বাটন '%s' উল্লিখিত হয়েছে"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-28 15:54+0200\n"
"Last-Translator: David Majà Martínez <davidmaja@gmail.com>\n"
"Language-Team: catalan\n"
msgid "&Close"
msgstr "&Tanca"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "El botó especificat al fitxer de configuració '%s' no és vàlid."
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-06-04 12:46+0200\n"
"Last-Translator: tezlo <tezlo@gmx.net>\n"
"Language-Team: Czech <cs@li.org>\n"
msgid "&Close"
msgstr "&Zavřít"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Neplatné tlačítko '%s' v konfiguračním souboru"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-06-04 00:47+0200\n"
"Last-Translator: Sebastian Sareyko <public@nooms.de>\n"
"Language-Team: <de@li.org>\n"
msgid "&Close"
msgstr "&Schließen"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Unzulässiger Knopf '%s' in der Konfigurationsdatei angegeben"
msgstr ""
"Project-Id-Version: openbox 3.4.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
-"PO-Revision-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
+"PO-Revision-Date: 2007-06-09 21:06-0400\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
msgid "&Close"
msgstr "&Close"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Invalid button ‘\e[1m%s\e[0m’ specified in config file"
msgstr ""
"Project-Id-Version: openbox 3.4.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
-"PO-Revision-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
+"PO-Revision-Date: 2007-06-09 21:06-0400\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
msgid "&Close"
msgstr "&Close"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Invalid button ‘%s’ specified in config file"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-22 20:48+0200\n"
"Last-Translator: Gustavo Varela <gustavo.varela [en] gmail [punto] com>\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "&Cerrar"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Botón invalido '%s' especificado en el archivo de configuración"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-21 20:11+0300\n"
"Last-Translator: Andres Järv <andresjarv@gmail.com>\n"
"Language-Team: Estonian <et@li.org>\n"
msgid "&Close"
msgstr "S&ulge"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Vigane nupp '%s' määratletud konfiguratsioonifailis"
msgstr ""
"Project-Id-Version: openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-21 00:06+0200\n"
"Last-Translator: Lauri Hakko\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "&Sulje"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Virheellinen painike '%s' määritelty konfiguraatio tiedostossa"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-21 00:53+0200\n"
"Last-Translator: Cyrille Bagard <nocbos@gmail.com>\n"
"Language-Team: French <traduc@traduc.org>\n"
msgid "&Close"
msgstr "&Fermer"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Bouton indiqué dans le fichier de configuration '%s' invalide"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-06-04 03:06+0200\n"
"Last-Translator: Davide Truffa <davide@catoblepa.org>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
msgid "&Close"
msgstr "&Chiudi"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Il pulsante '%s' specificato nel file di configurazione non è valido"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-06-07 14:49+0200\n"
"Last-Translator: Yukihiro Nakai <nakai@gnome.gr.jp>\n"
"Language-Team: Japanese <ja@li.org>\n"
msgid "&Close"
msgstr "閉じる(&C)"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr ""
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-24 16:39+0200\n"
"Last-Translator: Mark Pustjens <pustjens@dds.nl>\n"
"Language-Team: Dutch <nl@li.org>\n"
msgid "&Close"
msgstr "&Sluiten"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Ongeldige knop '%s' gespecificeerd in het configuratie bestand"
msgstr ""
"Project-Id-Version: openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-20 18:41+0200\n"
"Last-Translator: Michael Kjelbergvik Thung <postlogic@switch-case.org>\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "&Lukk"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Ugyldig tast '%s' spesifisert i konfigurasjonsfilen"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "&Close"
msgstr ""
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr ""
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-21 18:09+0100\n"
"Last-Translator: Paweł Rusinek <p.rusinek@gmail.com>\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "Z&amknij"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Niepoprawny klawisz '%s' użyty w pliku konfiguracyjnym"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-23 00:34+0200\n"
"Last-Translator: Althaser <Althaser@gmail.com>\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "&Fechar"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Botão inválido '%s' especificado no ficheiro de configuração"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-22 19:35+0200\n"
"Last-Translator: Og Maciel <ogmaciel@ubuntu.com>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
msgid "&Close"
msgstr "&Fechar"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Botão inválido '%s' especificado no arquivo de configuração"
msgstr ""
"Project-Id-Version: openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-24 19:41+0100\n"
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
msgid "&Close"
msgstr "Закрыть(&C)"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Некорректная клавиша '%s' упомянута в конфигурационном файле"
msgstr ""
"Project-Id-Version: Openbox-3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-27 13:43Central Europe Daylight Time\n"
"Last-Translator: Jozef Riha <jose1711@gmail.com\n"
"Language-Team: Slovak <LL@li.org>\n"
msgid "&Close"
msgstr "Z&avrieť"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Neplatné tlačidlo '%s' špecifikované v konfiguračnom súbore"
msgstr ""
"Project-Id-Version: openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-22 00:29+0200\n"
"Last-Translator: Mikael Magnusson <mikachu@icculus.org>\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "Stän&g"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Ogiltig knapp '%s' angiven i konfigurationsfilen"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-06-07 06:50-0500\n"
"Last-Translator: Quan Tran <qeed.quan@gmail.com>\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "Đón&g"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "Sai nút '%s' ở trong hình thể"
msgstr ""
"Project-Id-Version: Openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-28 13:00+0800\n"
"Last-Translator: Xiaoyu PENG <peng.xiaoyu@gmail.com>\n"
"Language-Team: None\n"
msgid "&Close"
msgstr "关闭(&C)"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "配置文件中指定的按钮 '%s' 无效"
msgstr ""
"Project-Id-Version: openbox 3.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n"
-"POT-Creation-Date: 2007-06-09 17:28-0400\n"
+"POT-Creation-Date: 2007-06-09 21:06-0400\n"
"PO-Revision-Date: 2007-05-23 16:22+0200\n"
"Last-Translator: Wei-Lun Chao <chaoweilun@gmail.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
msgid "&Close"
msgstr "關閉(&C)"
-#: openbox/config.c:704
+#: openbox/config.c:716
#, c-format
msgid "Invalid button '%s' specified in config file"
msgstr "在配置檔中指定的按鈕「%s」無效"