diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-05 16:35:42 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-05 16:35:42 +0000 |
commit | 0f2c8221c938ce8eebd9f0e111a6b87223c18f9e (patch) | |
tree | 40e92ee0e52e3d7a1c8dce92ccdfb2f9194e4953 | |
parent | 0bb2eb8eaaf4054fefbc45bf3cb47bbcf10b7cfd (diff) |
Fix typo which broke window titles
-rw-r--r-- | hw/xwin/ChangeLog | 5 | ||||
-rw-r--r-- | hw/xwin/winmultiwindowwm.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index da4de0882..8ae8e54ae 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,5 +1,10 @@ 2005-07-05 Alexander Gottwald <ago at freedesktop dot org> + * winmultiwindowwm.c: + Fix typo which broke window titles + +2005-07-05 Alexander Gottwald <ago at freedesktop dot org> + * winmultiwindowwndproc.c: * winkeybd.c: Fix problem with fake Control press on Alt-Gr diff --git a/hw/xwin/winmultiwindowwm.c b/hw/xwin/winmultiwindowwm.c index 47c43d98f..3727474e9 100644 --- a/hw/xwin/winmultiwindowwm.c +++ b/hw/xwin/winmultiwindowwm.c @@ -1262,7 +1262,7 @@ winInitMultiWindowWM (WMInfoPtr pWMInfo, WMProcArgPtr pProcArg) pWMInfo->atmWmDelete = XInternAtom (pWMInfo->pDisplay, "WM_DELETE_WINDOW", False); -#ifdef WIN_MULTIWINDOWEXTWM +#ifdef XWIN_MULTIWINDOWEXTWM pWMInfo->atmPrivMap = XInternAtom (pWMInfo->pDisplay, WINDOWSWM_NATIVE_HWND, False); |