all repos — fluxbox @ 1ce20af09b4196672ce443fac9b49c3775f96e08

custom fork of the fluxbox windowmanager

removed nonimplemented function nonstick() and fixed comments
fluxgen fluxgen
commit

1ce20af09b4196672ce443fac9b49c3775f96e08

parent

9ee6c43447eb79133e9913eccee7fbdad0e16740

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M src/Window.hhsrc/Window.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.hh,v 1.32 2002/10/02 16:11:30 fluxgen Exp $ +// $Id: Window.hh,v 1.33 2002/10/11 10:18:43 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -169,9 +169,10 @@ void deiconify(bool = true, bool = true);

void close(); void withdraw(); void maximize(unsigned int); + /// toggles shade void shade(); - void stick(); - void unstick(); + /// toggles sticky + void stick(); void reconfigure(); void installColormap(bool); void restore(bool remap);