move definitaion of __mg_layer to src/newgal/video.c

This commit is contained in:
Vincent Wei
2020-01-21 10:33:34 +08:00
parent 3544a587d3
commit be051b59ea

View File

@@ -93,9 +93,6 @@ PMSGQUEUE __mg_dsk_msg_queue = &__mg_desktop_msg_queue;
GHANDLE __mg_layer;
/* always be zero for clients. */
BOOL __mg_switch_away;
static void lock_zi_for_read (const ZORDERINFO* zi)
{
struct sembuf sb;