mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 05:18:25 +02:00
hw/xwin: Fix function name in log message
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
127a7068b7
commit
f3aef7f956
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ winMWExtWMCreateFrame(RootlessWindowPtr pFrame, ScreenPtr pScreen,
|
|||
strcat(pszClass, pszWindowID);
|
||||
|
||||
#if CYGMULTIWINDOW_DEBUG
|
||||
winDebug("winCreateWindowsWindow - Creating class: %s\n", pszClass);
|
||||
winDebug("winMWExtWMCreateFrame - Creating class: %s\n", pszClass);
|
||||
#endif
|
||||
|
||||
/* Setup our window class */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue