diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-03 13:56:55 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-03 13:56:55 +0100 |
| commit | 87821f04c9565450d8e724be76993ae5ea2c20c4 (patch) | |
| tree | cd98fd39a789464294fd05ae00eeea5bd9411138 /src/widget/widget.c | |
| parent | 509890f14896d2064916555c04a3bfeec537cb1d (diff) | |
Revert "Revert "First pass renaming sreen and widgets.""
This reverts commit 509890f14896d2064916555c04a3bfeec537cb1d.
Diffstat (limited to 'src/widget/widget.c')
| -rw-r--r-- | src/widget/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/widget.c b/src/widget/widget.c index b72a463..f33e643 100644 --- a/src/widget/widget.c +++ b/src/widget/widget.c @@ -5,7 +5,7 @@ #include "main.h" #include "widget.h" -#include "widget_label.h" +#include "label.h" widget_t *newWidget(int type, int x, int y, int w, int h, void *private_data) { |