oopsy
This commit is contained in:
parent
872a3ecd0b
commit
e855818b7f
|
|
@ -117,12 +117,12 @@ protected:
|
|||
|
||||
void set_current_regions(VRegions ®ions);
|
||||
void clear_current_regions();
|
||||
static void intersect_regions(MouseWatcher::VRegions &result,
|
||||
const MouseWatcher::VRegions ®ions_a,
|
||||
const MouseWatcher::VRegions ®ions_b);
|
||||
static void remove_region_from(MouseWatcher::VRegions ®ions,
|
||||
static void intersect_regions(qpMouseWatcher::VRegions &result,
|
||||
const qpMouseWatcher::VRegions ®ions_a,
|
||||
const qpMouseWatcher::VRegions ®ions_b);
|
||||
static void remove_region_from(qpMouseWatcher::VRegions ®ions,
|
||||
MouseWatcherRegion *region);
|
||||
static void remove_regions_from(MouseWatcher::VRegions ®ions,
|
||||
static void remove_regions_from(qpMouseWatcher::VRegions ®ions,
|
||||
MouseWatcherGroup *group);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue