diff options
author | rhp <rhp> | 2001-06-03 21:39:57 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-06-03 21:39:57 +0000 |
commit | c506b4862445dfa3b038eefd767499c715ccd4f6 (patch) | |
tree | cb592b34f51a8b9ed93af30a398876eaee056695 /src/api.h | |
parent | 4ae250ae97ca0a6c549e80490884b7c2225df2c6 (diff) | |
download | metacity-c506b4862445dfa3b038eefd767499c715ccd4f6.tar.gz metacity-c506b4862445dfa3b038eefd767499c715ccd4f6.tar.bz2 |
...
Diffstat (limited to 'src/api.h')
-rw-r--r-- | src/api.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -55,8 +55,7 @@ struct _MetaUIColors }; PangoContext* meta_get_pango_context (Screen *xscreen, - const PangoFontDescription *desc, - Window frame); + const PangoFontDescription *desc); gulong meta_get_x_pixel (Screen *xscreen, const PangoColor *color); |