mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
* Images/GNUmakefile (Images_RESOURCE_FILES): Update resource
list according to cursor images addition/removal.
This commit is contained in:
parent
bfaa22b3e1
commit
22f5fa78d4
2 changed files with 9 additions and 5 deletions
|
@ -22,6 +22,9 @@
|
|||
* Images/common_linkCursor.tiff,
|
||||
* Images/common_noCursor.tiff: Remove unused images.
|
||||
|
||||
* Images/GNUmakefile (Images_RESOURCE_FILES): Update resource
|
||||
list according to cursor images addition/removal.
|
||||
|
||||
2019-04-10 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Source/NSMenuItemCell.m (drawKeyEquivalentWithFrame:inView:):
|
||||
|
|
|
@ -34,6 +34,12 @@ Images_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Images
|
|||
Images_RESOURCE_FILES = \
|
||||
GNUstep.tiff \
|
||||
GNUstepMenuImage.tiff \
|
||||
GSContextualMenuCursor.tiff \
|
||||
GSDisappearingItemCursor.tiff \
|
||||
GSDragCopyCursor.tiff \
|
||||
GSDragLinkCursor.tiff \
|
||||
GSGreenArrowCursor.tiff \
|
||||
GSOperationNotAllowedCursor.tiff \
|
||||
GSSearch.tiff \
|
||||
GSStop.tiff \
|
||||
LogoGNUstep.tiff \
|
||||
|
@ -63,7 +69,6 @@ Images_RESOURCE_FILES = \
|
|||
common_CloseBroken.tiff \
|
||||
common_CloseBrokenH.tiff \
|
||||
common_CloseH.tiff \
|
||||
common_ClosedHandCursor.tiff \
|
||||
common_ColorSwatch.tiff \
|
||||
common_ComboBoxEllipsis.tiff \
|
||||
common_DecimalTabStop.tiff \
|
||||
|
@ -90,7 +95,6 @@ Images_RESOURCE_FILES = \
|
|||
common_MusicFolder.tiff \
|
||||
common_Mount.tiff \
|
||||
common_Nibble.tiff \
|
||||
common_OpenHandCursor.tiff \
|
||||
common_Printer.tiff \
|
||||
common_RadioOff.tiff \
|
||||
common_RadioOn.tiff \
|
||||
|
@ -137,9 +141,6 @@ Images_RESOURCE_FILES = \
|
|||
common_Unmount.tiff \
|
||||
common_UpAndDownArrowSmall.tiff \
|
||||
common_VideoFolder.tiff \
|
||||
common_copyCursor.tiff \
|
||||
common_linkCursor.tiff \
|
||||
common_noCursor.tiff \
|
||||
common_outlineCollapsed.tiff \
|
||||
common_outlineExpanded.tiff \
|
||||
common_outlineUnexpandable.tiff \
|
||||
|
|
Loading…
Reference in a new issue