diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-11 11:00:56 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-11 11:00:56 -0400 |
| commit | a15c27e81d9dadf44865e109f874bf07c0004ce8 (patch) | |
| tree | e531c4837f6e1c66801385c52654f04fef3c9e81 /windowspopover/popover.h | |
| parent | cd265df14e9c009c745dfd0eebf6048f84ad7128 (diff) | |
Integrated the extracted Popover code with the Windows Popover.
Diffstat (limited to 'windowspopover/popover.h')
| -rw-r--r-- | windowspopover/popover.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowspopover/popover.h b/windowspopover/popover.h index d7a8270..28220e4 100644 --- a/windowspopover/popover.h +++ b/windowspopover/popover.h @@ -22,7 +22,7 @@ enum { popoverPointRight, popoverPointTop, popoverPointBottom, -} +}; popover *popoverDataNew(void *); int popoverMakeFramePoints(popover *, intptr_t, intptr_t, popoverPoint[20]); |
