X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fwindow.h;h=cc380d34ca3c86351b39e7d2a765c66ea996cb96;hb=a0a9b0334b32e205da994b0395af1b544888a5dd;hp=252145b9d600d56e1bd911c2b36efa060c9bc140;hpb=20b8fcfa33feeade5946bc7f3046705da5d164fe;p=chaz%2Fopenbox diff --git a/openbox/window.h b/openbox/window.h index 252145b9..cc380d34 100644 --- a/openbox/window.h +++ b/openbox/window.h @@ -76,8 +76,12 @@ void window_remove(Window xwin); /* Internal openbox-owned windows like the alt-tab popup */ struct _ObInternalWindow { - ObWindow obwin; + ObWindowClass type; Window window; }; +void window_manage_all(void); +void window_manage(Window win); +void window_unmanage_all(void); + #endif