]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.h
fixed to accomodate the changes to the render/ API.
[chaz/openbox] / openbox / dock.h
index 14411499a165ddb7699057e6ed9b0ff88af03cd5..d70519a3e3a837a304aa9c2c993246d0c2dec64a 100644 (file)
@@ -27,7 +27,7 @@ typedef struct Dock {
     ObWindow obwin;
 
     Window frame;
-    Appearance *a_frame;
+    RrAppearance *a_frame;
 
     /* actual position (when not auto-hidden) */
     int x, y;
@@ -46,6 +46,10 @@ typedef struct DockApp {
 
     Window icon_win;
     Window win;
+
+    char *name;
+    char *class;
+
     int x;
     int y;
     int w;
This page took 0.020474 seconds and 4 git commands to generate.