map_win.cc
changeset 196 c220f9de6545
parent 174 95872af46fc4
child 201 879e47e5b731
equal deleted inserted replaced
27:9e598dbd92db 28:a79d4ccba445
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #include "map_win.h"
    19 #include <map_win.h>
       
    20 #include <nbtab.h>
       
    21 #include <mapselector.h>
    20 #include <set>
    22 #include <set>
    21 
    23 
    22 bool MapWin::closeIfEscapeIsPressed(GdkEventKey* e)
    24 bool MapWin::closeIfEscapeIsPressed(GdkEventKey* e)
    23 {
    25 {
    24   if(e->keyval==GDK_Escape)
    26   if(e->keyval==GDK_Escape)