mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 05:38:03 +02:00
fix build error from "Show Root window"
This commit is contained in:
parent
725de2d892
commit
b062f2bda1
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ winHandleIconMessage (HWND hwnd, UINT message,
|
||||||
{
|
{
|
||||||
/* Remove Show Root Window button */
|
/* Remove Show Root Window button */
|
||||||
RemoveMenu (hmenuTray,
|
RemoveMenu (hmenuTray,
|
||||||
ID_APP_SHOW_ROOT,
|
ID_APP_HIDE_ROOT,
|
||||||
MF_BYCOMMAND);
|
MF_BYCOMMAND);
|
||||||
|
|
||||||
/* Remove Hide Root Window button */
|
/* Remove Hide Root Window button */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue