X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=809780cf291829720cf328fd5bfe9604cf63b01b;hb=a38c924ff32081f5cd67c2b0e2d5ca61f0e99de2;hp=01153f50c681c56f37cd716740cb42a986616703;hpb=b23464cda4e4f2c7b69b18549f18c2c893c3fe2d;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 01153f5..809780c 100644 --- a/source/root.h +++ b/source/root.h @@ -20,6 +20,7 @@ private: void pointer_motion_event(int, int); void key_press_event(unsigned, unsigned, wchar_t); void key_release_event(unsigned, unsigned); + void translate_coords(int &, int &); }; } // namespace GLtk