diff options
author | marha <marha@users.sourceforge.net> | 2013-11-12 16:58:49 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-12 16:58:49 +0100 |
commit | 6d8fefe38077f4d532c256e79cfcaf2a46c5269d (patch) | |
tree | dfc74a8d253b690dac620212cbb9d46001cdaa2b /libXt | |
parent | 0e01270aeda311bf52c046f6a68e8b3e1fa86cb8 (diff) | |
download | vcxsrv-6d8fefe38077f4d532c256e79cfcaf2a46c5269d.tar.gz vcxsrv-6d8fefe38077f4d532c256e79cfcaf2a46c5269d.tar.bz2 vcxsrv-6d8fefe38077f4d532c256e79cfcaf2a46c5269d.zip |
Now use visual studio 2013 express edition for compilation
Diffstat (limited to 'libXt')
-rw-r--r-- | libXt/src/ResConfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libXt/src/ResConfig.c b/libXt/src/ResConfig.c index 68da5364c..21ea14292 100644 --- a/libXt/src/ResConfig.c +++ b/libXt/src/ResConfig.c @@ -913,7 +913,7 @@ _XtResourceConfigurationEH ( fprintf (stderr, "in _XtResourceConfiguationEH atom = %d\n",event->xproperty.atom); fprintf (stderr, " window = %x\n", XtWindow (w)); if (XtIsWidget (w)) - fprintf (stderr, " widget = %x name = %s\n", w, w->core.name); + fprintf (stderr, " widget = %p name = %s\n", w, w->core.name); #endif pd = _XtGetPerDisplay (XtDisplay (w)); |