forked from KolibriOS/kolibrios
Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed. git-svn-id: svn://kolibrios.org@3348 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -30,7 +30,7 @@ include '..\macros.inc'
|
||||
include '..\network.inc'
|
||||
|
||||
START:
|
||||
mcall 40, EVM_REDRAW + EVM_BUTTON
|
||||
mcall 40, EVM_REDRAW + EVM_BUTTON + EVM_STACK2
|
||||
|
||||
redraw:
|
||||
mcall 12, 1
|
||||
@@ -441,6 +441,8 @@ mainloop:
|
||||
je redraw
|
||||
cmp eax, 3
|
||||
je button
|
||||
cmp eax, 11
|
||||
je redraw
|
||||
|
||||
jmp draw_stats
|
||||
|
||||
|
Reference in New Issue
Block a user