1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +01:00

updated de.po and fixed a typo

This commit is contained in:
dan
2002-01-10 06:03:06 +00:00
parent 9b63a77d6a
commit 4f84c48ccb
6 changed files with 61 additions and 49 deletions

View File

@@ -31,10 +31,10 @@ static void didResizeProgressIndicator();
W_ViewDelegate _ProgressIndicatorDelegate = {
NULL,
NULL,
didResizeProgressIndicator,
NULL,
NULL
NULL,
didResizeProgressIndicator,
NULL,
NULL
};
@@ -43,15 +43,17 @@ static void paintProgressIndicator(ProgressIndicator *pPtr);
static void realizeProgressIndicator(ProgressIndicator *pPtr);
static void handleEvents(XEvent *event, void *data);
static void realizeObserver(void *self, WMNotification *not) {
static void
realizeObserver(void *self, WMNotification *not)
{
realizeProgressIndicator(self);
}
WMProgressIndicator*
WMCreateProgressIndicator(WMWidget *parent)
WMCreateProgressIndicator(WMWidget *parent)
{
ProgressIndicator *pPtr;
@@ -268,6 +270,7 @@ paintProgressIndicator(ProgressIndicator *pPtr)
XFreePixmap(scr->display, buffer);
}
static void
handleEvents(XEvent *event, void *data)
{