]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
make the client list menu update properly and not crash
[chaz/openbox] / openbox / client.h
index 05153eb0008fa14dc0523a1d431c97382bf537c4..e66cf9e80215b04cb639c617876eb69ea688e50a 100644 (file)
@@ -35,7 +35,6 @@ struct _ObSessionState;
 
 typedef struct _ObClient      ObClient;
 typedef struct _ObClientIcon  ObClientIcon;
-typedef struct _ObAppSettings ObAppSettings;
 
 /* The value in client.transient_for indicating it is a transient for its
    group instead of for a single window */
@@ -80,7 +79,6 @@ typedef enum
 struct _ObClient
 {
     ObWindow obwin;
-
     Window  window;
 
     /*! The window's decorations. NULL while the window is being managed! */
This page took 0.020498 seconds and 4 git commands to generate.