Kaydet (Commit) 14b6650f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix misleading log message

Change-Id: I8ae574a5eb1c4685abe64e6694d9a71359d6a4d1
üst eda23394
...@@ -374,7 +374,7 @@ GLXFBConfig* getFBConfig(Display* dpy, Window win, int& nBestFBC) ...@@ -374,7 +374,7 @@ GLXFBConfig* getFBConfig(Display* dpy, Window win, int& nBestFBC)
if( dpy == 0 || !glXQueryExtension( dpy, NULL, NULL ) ) if( dpy == 0 || !glXQueryExtension( dpy, NULL, NULL ) )
return NULL; return NULL;
SAL_INFO("vcl.opengl", "parent window: " << win); SAL_INFO("vcl.opengl", "window: " << win);
XWindowAttributes xattr; XWindowAttributes xattr;
XGetWindowAttributes( dpy, win, &xattr ); XGetWindowAttributes( dpy, win, &xattr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment