Changeset 21362 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Jul 7, 2009 4:38:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49711
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp
r21360 r21362 801 801 SDL_GetDesktopDisplayMode(&desktop_mode); 802 802 /* create new window */ 803 803 804 804 char szTitle[64]; 805 805 RTStrPrintf(szTitle, sizeof(szTitle), "SDL window %d", mScreenId); … … 952 952 if (!mScreen || !mSurfVRAM) 953 953 return; 954 954 955 955 /* the source and destination rectangles */ 956 956 SDL_Rect srcRect; … … 1177 1177 1178 1178 /* now the text */ 1179 if ( mLabelFont != NULL 1180 && !mSecureLabelText.isEmpty() 1181 ) 1179 if (mLabelFont != NULL && mSecureLabelText) 1182 1180 { 1183 1181 SDL_Color clrFg = {(mSecureLabelColorFG & 0x00FF0000) >> 16,
Note:
See TracChangeset
for help on using the changeset viewer.