sync with OpenBSD -current
This commit is contained in:
parent
4b49aefbb1
commit
1fd36b57f8
945 changed files with 81965 additions and 59988 deletions
|
@ -33,7 +33,7 @@ from The Open Group.
|
|||
|
||||
static void Realize ( Widget w, XtValueMask *value_mask, XSetWindowAttributes *attributes );
|
||||
|
||||
RootWindowClassRec rootWindowClassRec = {
|
||||
static RootWindowClassRec rootWindowClassRec = {
|
||||
{ /* core fields */
|
||||
/* superclass */ (WidgetClass) &widgetClassRec,
|
||||
/* class_name */ "RootWindow",
|
||||
|
@ -75,9 +75,9 @@ RootWindowClassRec rootWindowClassRec = {
|
|||
|
||||
WidgetClass rootWindowWidgetClass = (WidgetClass)&rootWindowClassRec;
|
||||
|
||||
/*ARGSUSED*/
|
||||
static void
|
||||
Realize(Widget w, XtValueMask *value_mask, XSetWindowAttributes *attributes)
|
||||
Realize(Widget w, _X_UNUSED XtValueMask *value_mask,
|
||||
_X_UNUSED XSetWindowAttributes *attributes)
|
||||
{
|
||||
w->core.window = RootWindowOfScreen(w->core.screen);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue