src/toolbar_gui.h
changeset 8975 678648173fcf
parent 8723 e513a23c2797
child 9240 1bba02a64d65
equal deleted inserted replaced
8974:4d93998b3c1d 8975:678648173fcf
     5 #ifndef TOOLBAR_GUI_H
     5 #ifndef TOOLBAR_GUI_H
     6 #define TOOLBAR_GUI_H
     6 #define TOOLBAR_GUI_H
     7 
     7 
     8 #include "window_type.h"
     8 #include "window_type.h"
     9 
     9 
    10 Point GetToolbarDropdownPos(uint16 parent_button, int width, int height);
       
    11 Window *AllocateToolbar();
    10 Window *AllocateToolbar();
    12 
    11 
    13 #endif /*TOOLBAR_GUI_H*/
    12 #endif /*TOOLBAR_GUI_H*/