]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
menus works on some level. add a built-in root menu
[chaz/openbox] / openbox / client.h
index 18f1b23aefe74b582351d6c46f8f22d28cdac9a1..36e1b23820bab9a382235b624c115dd3c21c5484 100644 (file)
@@ -11,7 +11,7 @@ struct Group;
 
 /* The value in client.transient_for indicating it is a transient for its
    group instead of for a single window */
-#define TRAN_GROUP ((void*)~0ul)
+#define TRAN_GROUP ((void*)~0l)
 
 /*! Holds an icon in ARGB format */
 typedef struct Icon {
@@ -276,12 +276,6 @@ typedef struct Client {
     */
     int functions;
 
-    /*! Saved decorations from before becoming fullscreen */
-    int pre_fs_decor;
-
-    /*! Saved functions from before becoming fullscreen */
-    int pre_fs_func;
-
     /*! Icons for the client as specified on the client window */
     Icon *icons;
     /*! The number of icons in icons */
This page took 0.020846 seconds and 4 git commands to generate.