olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / guicast / bcwindowbase.h
index 5d17e5ee3064362c2cc23e73d3b11c91b1f2e1ad..ca73b39e61c696d37648cf3243243475ece56daa 100644 (file)
@@ -277,6 +277,7 @@ public:
        int get_root_w(int lock_display);
        int get_root_h(int lock_display);
        XineramaScreenInfo *get_xinerama_info(int screen);
+       void get_fullscreen_geometry(int &wx, int &wy, int &ww, int &wh);
        int get_screen_w(int lock_display, int screen);
        int get_screen_h(int lock_display, int screen);
        int get_screen_x(int lock_display, int screen);
@@ -496,6 +497,7 @@ public:
        void slide_up(int distance);
        void slide_down(int distance);
        void flicker(int n=3, int ms=66);
+       void focus();
 
        int cycle_textboxes(int amount);
 
@@ -551,8 +553,8 @@ private:
        int get_screen();
        virtual int initialize();
        int get_atoms();
-// Function to overload to recieve customly defined atoms
-       virtual int recieve_custom_xatoms(xatom_event *event);
+// Function to overload to receive customly defined atoms
+       virtual int receive_custom_xatoms(xatom_event *event);
 
        void init_cursors();
        int init_colors();