forked from AuroraMiddleware/gtk
gdk: Include a default cursor as resource
Provide a fallback cursor of last resort. Otherwise, we end up with no visible cursor if there is no cursor theme installed, wihch is less than helpful.
This commit is contained in:
parent
7ca8efa0f5
commit
7eeeb3f229
BIN
gdk/default_cursor.png
Normal file
BIN
gdk/default_cursor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -25,7 +25,7 @@ srcdir = sys.argv[1]
|
||||
xml = '''<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gresources>
|
||||
<gresource prefix='/org/gtk/libgdk'>
|
||||
|
||||
<file alias='cursor/default'>default_cursor.png</file>
|
||||
'''
|
||||
|
||||
def get_files(subdir,extension):
|
||||
|
Loading…
Reference in New Issue
Block a user