diff options
Diffstat (limited to 'hw/xwin/win.h')
-rw-r--r-- | hw/xwin/win.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 7c29037ce..774c3ae63 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -404,6 +404,10 @@ typedef struct { /* Did the user explicitly set this screen? */ Bool fExplicitScreen; + + /* Icons for screen window */ + HICON hIcon; + HICON hIconSm; } winScreenInfo, *winScreenInfoPtr; /* |