]> Dogcows Code - chaz/openbox/blobdiff - openbox/window.h
generalize the window managing process into window_manage, which handles dock apps...
[chaz/openbox] / openbox / window.h
index 252145b9d600d56e1bd911c2b36efa060c9bc140..c7bfc895620d3dadf9026b3afa033e33b9106bb3 100644 (file)
@@ -80,4 +80,8 @@ struct _ObInternalWindow {
     Window window;
 };
 
+void window_manage_all(void);
+void window_manage(Window win);
+void window_unmanage_all(void);
+
 #endif
This page took 0.023436 seconds and 4 git commands to generate.