Handle destroy_notify X events in manager

This commit is contained in:
Thibault Jouan
2015-04-21 02:21:12 +00:00
parent 31a326e7eb
commit e97dcea87a
2 changed files with 13 additions and 0 deletions

View File

@@ -109,6 +109,10 @@ module Uh
configure event.window
end
def handle_destroy_notify event
destroy event.window
end
def handle_map_request event
map event.window
end