aboutsummaryrefslogtreecommitdiff
path: root/libXaw/src/XawInit.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-15 14:04:46 +0200
committermarha <marha@users.sourceforge.net>2012-06-15 14:04:46 +0200
commita33de30073bfa0ee1abba186dba9fa52cf0aa23a (patch)
tree9eae122e901b9a1d1c7cfcfc2385202793a1f92a /libXaw/src/XawInit.c
parent7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb (diff)
downloadvcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.tar.gz
vcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.tar.bz2
vcxsrv-a33de30073bfa0ee1abba186dba9fa52cf0aa23a.zip
Updated to following packages:
freetype-2.4.10 libXaw-1.0.11 openssl-1.0.1c
Diffstat (limited to 'libXaw/src/XawInit.c')
-rw-r--r--libXaw/src/XawInit.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libXaw/src/XawInit.c b/libXaw/src/XawInit.c
index c10a9b64b..5ca1ef88a 100644
--- a/libXaw/src/XawInit.c
+++ b/libXaw/src/XawInit.c
@@ -22,10 +22,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
- *
- *
- * XawInitializeWidgetSet
- *
+ *
+ *
+ * XawInitializeWidgetSet
+ *
* This routine forces a reference to vendor shell so that the one in this
* widget is installed. Any other cross-widget set initialization should be
* done here as well. All Athena widgets should include "XawInit.h" and
@@ -76,7 +76,7 @@ Widget XawOpenApplication(XtAppContext *app_context_return,
*app_context_return = XtCreateApplicationContext();
if( *app_context_return == NULL )
return NULL;
-
+
XtDisplayInitialize(*app_context_return, dpy,
application_name, application_class,
NULL, 0,
@@ -86,7 +86,7 @@ Widget XawOpenApplication(XtAppContext *app_context_return,
if (screen) {
XtSetArg(args[n], XtNscreen, screen); n++;
}
- toplevel = XtAppCreateShell(application_name,
+ toplevel = XtAppCreateShell(application_name,
application_class,
widget_class,
dpy,