all repos — fluxbox @ b54f07dbf7d70d9b8213b199e246250a24f11a78

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

b54f07dbf7d70d9b8213b199e246250a24f11a78

parent

e0617e2809c36fe8d911276758b7928d65ccc746

1 files changed, 2 insertions(+), 2 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.107 2004/01/23 10:38:25 rathnor Exp $ +// $Id: Window.hh,v 1.108 2004/02/16 20:47:51 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -250,7 +250,7 @@ void enterNotifyEvent(XCrossingEvent &ev);

void leaveNotifyEvent(XCrossingEvent &ev); //@} - void setDecoration(Decoration decoration); + void setDecoration(Decoration decoration, bool apply = true); void applyDecorations(bool initial = false); void toggleDecoration();