Changeset 412
- Timestamp:
- Jan 26, 2013, 11:37:10 PM (13 years ago)
- Location:
- trunk/openjdk/jdk/src/windows/native/sun/windows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
r278 r412 149 149 } 150 150 151 AwtMenuItem* AwtMenuBar::GetItem(jobject target, longindex)151 AwtMenuItem* AwtMenuBar::GetItem(jobject target, jint index) 152 152 { 153 153 JNIEnv *env = (JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2); … … 173 173 { 174 174 DASSERT(drawInfo.CtlType == ODT_MENU); 175 AwtMenu::DrawItems(drawInfo);175 DrawItems(drawInfo); 176 176 } 177 177 -
trunk/openjdk/jdk/src/windows/native/sun/windows/awt_MenuBar.h
r278 r412 67 67 virtual HWND GetOwnerHWnd(); 68 68 69 AwtMenuItem* GetItem(jobject target, longindex);69 AwtMenuItem* GetItem(jobject target, jint index); 70 70 int CountItem(jobject menuBar); 71 71
Note:
See TracChangeset
for help on using the changeset viewer.