summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-12 16:59:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-12 16:59:57 +0000
commita9990e4f81cbd4e9201e60e9123b3caeb5ecb35b (patch)
treee1b475a8402986605c60b204f160ffeda35e9c26 /NxWidgets/nxwm/include
parentfb8f25a3f43d6c5a10dfa5a99b9cec55feec97f6 (diff)
downloadnuttx-a9990e4f81cbd4e9201e60e9123b3caeb5ecb35b.tar.gz
nuttx-a9990e4f81cbd4e9201e60e9123b3caeb5ecb35b.tar.bz2
nuttx-a9990e4f81cbd4e9201e60e9123b3caeb5ecb35b.zip
NxWM: Correct the calculation of the physical dispaly size
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4726 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx
index 1f2f69580..431c2be48 100644
--- a/NxWidgets/nxwm/include/ctaskbar.hxx
+++ b/NxWidgets/nxwm/include/ctaskbar.hxx
@@ -393,10 +393,7 @@ namespace NxWM
* @return The size of the display
*/
- inline bool getWindowSize(FAR struct nxgl_size_s *size)
- {
- return m_taskbar->getSize(size);
- }
+ void getDisplaySize(FAR struct nxgl_size_s &size);
/**
* Simulate a mouse click on the icon at index. This inline method is only