aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-theme-png.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-theme-png.c')
-rw-r--r--matchbox/mb-wm-theme-png.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/matchbox/mb-wm-theme-png.c b/matchbox/mb-wm-theme-png.c
index d671b4d..c242d9b 100644
--- a/matchbox/mb-wm-theme-png.c
+++ b/matchbox/mb-wm-theme-png.c
@@ -207,7 +207,7 @@ xft_load_font(MBWMDecor * decor, MBWMXmlDecor *d)
if (d->font_units == MBWMXmlFontUnitsPixels)
{
- font_size = mb_wm_util_pixels_to_points (decor->parent_client->wmref,
+ font_size = mb_wm_manager_util_pixels_to_points (decor->parent_client->wmref,
font_size);
}
@@ -874,7 +874,7 @@ static void
construct_buttons (MBWMThemePng * theme, MBWMDecor * decor, MBWMXmlDecor *d)
{
MBWindowManagerClient *client = decor->parent_client;
- MBWindowManager *wm = client->wmref;
+ MBWMManager *wm = client->wmref;
MBWMDecorButton *button;
if (d)
@@ -905,7 +905,7 @@ mb_wm_theme_png_create_decor (MBWMTheme *theme,
{
MBWMClientType c_type = MB_WM_CLIENT_CLIENT_TYPE (client);
MBWMDecor *decor = NULL;
- MBWindowManager *wm = client->wmref;
+ MBWMManager *wm = client->wmref;
MBWMXmlClient *c;
if ((c = mb_wm_xml_client_find_by_type (theme->xml_clients, c_type)))
@@ -1204,7 +1204,7 @@ mb_wm_theme_png_load_file (const char *file,
static int
mb_wm_theme_png_ximg (MBWMThemePng * theme, const char * img)
{
- MBWindowManager * wm = MB_WM_THEME (theme)->wm;
+ MBWMManager * wm = MB_WM_THEME (theme)->wm;
Display * dpy = wm->xdpy;
int screen = wm->xscreen;