]> Dogcows Code - chaz/openbox/blobdiff - render/theme.h
make focus and unfocus fonts for window titles. change 'xftfont' to 'font' in the...
[chaz/openbox] / render / theme.h
index e425ae2ae40140b996d82f987719057e5cff1041..db5eb3aac5df8097f73df2ffb164219c11120da4 100644 (file)
@@ -46,7 +46,8 @@ struct _RrTheme {
 
     /* style settings - fonts */
     gint winfont_height;
-    RrFont *winfont;
+    RrFont *winfont_focused;
+    RrFont *winfont_unfocused;
     gint mtitlefont_height;
     RrFont *mtitlefont;
     gint mfont_height;
This page took 0.020537 seconds and 4 git commands to generate.