mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Minor string clean-ups. Made key-shortcut indicators in popup menus use icons for shift/command/option on the mac.
This commit is contained in:
parent
04351861ae
commit
06d436a3ab
34 changed files with 99 additions and 92 deletions
|
|
@ -507,12 +507,9 @@ public:
|
|||
if (! usingXShm)
|
||||
#endif
|
||||
{
|
||||
imageDataAllocated.malloc (lineStride * h);
|
||||
imageDataAllocated.allocate (lineStride * h, format_ == Image::ARGB && clearImage);
|
||||
imageData = imageDataAllocated;
|
||||
|
||||
if (format_ == Image::ARGB && clearImage)
|
||||
zeromem (imageData, h * lineStride);
|
||||
|
||||
xImage = (XImage*) juce_calloc (sizeof (XImage));
|
||||
|
||||
xImage->width = w;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue