mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 06:14:13 +01:00
Updating to version 0.20.2
Many bug fixes.
This commit is contained in:
@@ -421,7 +421,8 @@ loadPixmaps(WMScreen *scr)
|
||||
|
||||
image = RLoadImage(scr->rcontext, WINGS_IMAGES_FILE, 0);
|
||||
if (!image) {
|
||||
wwarning("WINGs: could not load widget images file: %s", RErrorString);
|
||||
wwarning("WINGs: could not load widget images file: %s",
|
||||
RMessageForError(RErrorCode));
|
||||
return False;
|
||||
}
|
||||
/* make it have a gray background */
|
||||
@@ -653,6 +654,8 @@ WMCreateScreenWithRContext(Display *display, int screen, RContext *context)
|
||||
|
||||
scrPtr->rootView = W_CreateRootView(scrPtr);
|
||||
|
||||
W_InitApplication(scrPtr);
|
||||
|
||||
return scrPtr;
|
||||
}
|
||||
|
||||
@@ -886,6 +889,13 @@ WMScreenDisplay(WMScreen *scr)
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
WMScreenDepth(WMScreen *scr)
|
||||
{
|
||||
return scr->depth;
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WMRedisplayWidget(WMWidget *w)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user