mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
More window manager hacking. FocusIn/FocusOut events.
This commit is contained in:
parent
7577ee0c67
commit
ceb373cf71
8 changed files with 20 additions and 22 deletions
|
@ -18,13 +18,6 @@ RootWidget::~RootWidget()
|
|||
|
||||
void RootWidget::paintEvent(PaintEvent& event)
|
||||
{
|
||||
Widget::paintEvent(event);
|
||||
|
||||
printf("RootWidget::paintEvent: %d,%d %dx%d\n",
|
||||
event.rect().x(),
|
||||
event.rect().y(),
|
||||
event.rect().width(),
|
||||
event.rect().height());
|
||||
Painter painter(*this);
|
||||
painter.fillRect(event.rect(), Color(0, 72, 96));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue