all repos — fluxbox @ dd0aad54c0571785849c2ac5d3a46a0c0c1516ea

custom fork of the fluxbox windowmanager

minor consistency fix
fluxgen fluxgen
commit

dd0aad54c0571785849c2ac5d3a46a0c0c1516ea

parent

a963aeacebe0c5239576e9073c896f15abba05b1

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbTk/FbWindow.hhsrc/FbTk/FbWindow.hh

@@ -19,7 +19,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: FbWindow.hh,v 1.23 2003/08/26 23:45:36 fluxgen Exp $ +// $Id: FbWindow.hh,v 1.24 2003/09/10 21:26:28 fluxgen Exp $ #ifndef FBTK_FBWINDOW_HH #define FBTK_FBWINDOW_HH

@@ -84,7 +84,7 @@ void updateTransparent(int x = -1, int y = -1, unsigned int width = 0, unsigned int height = 0);

void setAlpha(unsigned char alpha); - FbWindow &operator = (const FbWindow &win); + virtual FbWindow &operator = (const FbWindow &win); /// assign a new X window to this virtual FbWindow &operator = (Window win); virtual void hide();