minor fix
This commit is contained in:
parent
9928d4505d
commit
ce1852c293
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
/// $Id: WinButton.cc,v 1.12 2003/09/12 23:36:16 fluxgen Exp $
|
/// $Id: WinButton.cc,v 1.13 2003/09/14 10:22:45 fluxgen Exp $
|
||||||
|
|
||||||
#include "WinButton.hh"
|
#include "WinButton.hh"
|
||||||
#include "App.hh"
|
#include "App.hh"
|
||||||
|
@ -40,7 +40,6 @@ WinButton::WinButton(const FluxboxWindow &listen_to,
|
||||||
void WinButton::exposeEvent(XExposeEvent &event) {
|
void WinButton::exposeEvent(XExposeEvent &event) {
|
||||||
FbTk::Button::exposeEvent(event);
|
FbTk::Button::exposeEvent(event);
|
||||||
drawType();
|
drawType();
|
||||||
updateTransparent();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WinButton::buttonReleaseEvent(XButtonEvent &event) {
|
void WinButton::buttonReleaseEvent(XButtonEvent &event) {
|
||||||
|
|
Loading…
Reference in a new issue