]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
send a configurenotify on mapping after the window is shown
[chaz/openbox] / openbox / frame.c
index 3b01710b563109ff6ff1c726459899ec3dae172d..8809e627c9ed2f54212aaa7b33c38040b22b5635 100644 (file)
 #define FRAME_HANDLE_Y(f) (f->innersize.top + f->client->area.height + \
                            f->cbwidth_y)
 
-/* the offsets for the titlebar elements from the edge of the titlebar.
-   negative means from the right edge. */
-gint icon_off;
-gint label_off;
-gint iconify_off;
-gint desk_off;
-gint shade_off;
-gint max_off;
-gint close_off;
-
-
 static void flash_done(gpointer data);
 static gboolean flash_timeout(gpointer data);
 
This page took 0.021099 seconds and 4 git commands to generate.