mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
tweak wndproc hooks
(cherry picked from commit 642240e8441b0e6c0f56e63b5dd40b46df7208b5)
This commit is contained in:
parent
69041f7493
commit
6ed0ed899c
@ -4,6 +4,7 @@
|
|||||||
#include "ddraw.h"
|
#include "ddraw.h"
|
||||||
#include "dd.h"
|
#include "dd.h"
|
||||||
#include "ddsurface.h"
|
#include "ddsurface.h"
|
||||||
|
#include "wndproc.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
|
|
||||||
@ -1219,6 +1220,9 @@ char* dbg_mes_to_str(int id)
|
|||||||
case 8720: return "OCM_PARENTNOTIFY";
|
case 8720: return "OCM_PARENTNOTIFY";
|
||||||
case 32768: return "WM_APP";
|
case 32768: return "WM_APP";
|
||||||
case 52429: return "WM_RASDIALEVENT";
|
case 52429: return "WM_RASDIALEVENT";
|
||||||
|
case WM_DISPLAYCHANGE_DDRAW: return "WM_DISPLAYCHANGE_DDRAW";
|
||||||
|
case WM_SIZE_DDRAW: return "WM_SIZE_DDRAW";
|
||||||
|
case WM_MOVE_DDRAW: return "WM_MOVE_DDRAW";
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user