remove references to SDL_GetModState();
changed word Key_modifiers(SDLMod mod); to word Get_Key_modifiers(void);
This commit is contained in:
@@ -3,7 +3,7 @@ $(OBJDIR)/brush.o: brush.c global.h struct.h const.h graph.h misc.h errors.h \
|
||||
windows.h screen.h brush.h tiles.h
|
||||
$(OBJDIR)/brush_ops.o: brush_ops.c brush.h struct.h const.h buttons.h loadsave.h \
|
||||
gfx2surface.h engine.h global.h graph.h misc.h operatio.h pages.h \
|
||||
screen.h windows.h
|
||||
screen.h windows.h keyboard.h
|
||||
$(OBJDIR)/buttons.o: buttons.c const.h struct.h global.h misc.h graph.h engine.h \
|
||||
readline.h filesel.h loadsave.h gfx2surface.h init.h buttons.h \
|
||||
operatio.h pages.h palette.h errors.h readini.h saveini.h shade.h io.h \
|
||||
@@ -42,7 +42,7 @@ $(OBJDIR)/init.o: init.c buttons.h struct.h const.h loadsave.h gfx2surface.h \
|
||||
$(OBJDIR)/input.o: input.c global.h struct.h const.h keyboard.h screen.h windows.h \
|
||||
errors.h misc.h buttons.h loadsave.h gfx2surface.h input.h keycodes.h
|
||||
$(OBJDIR)/io.o: io.c struct.h const.h io.h realpath.h unicode.h global.h
|
||||
$(OBJDIR)/keyboard.o: keyboard.c global.h struct.h const.h keyboard.h
|
||||
$(OBJDIR)/keyboard.o: keyboard.c global.h struct.h const.h keyboard.h keycodes.h
|
||||
$(OBJDIR)/layers.o: layers.c const.h struct.h global.h windows.h engine.h pages.h \
|
||||
screen.h input.h keycodes.h help.h misc.h readline.h graph.h
|
||||
$(OBJDIR)/libraw2crtc.o: libraw2crtc.c const.h global.h struct.h loadsave.h \
|
||||
@@ -70,7 +70,7 @@ $(OBJDIR)/op_c.o: op_c.c op_c.h struct.h const.h colorred.h errors.h global.h \
|
||||
engine.h windows.h
|
||||
$(OBJDIR)/operatio.o: operatio.c const.h struct.h global.h misc.h engine.h graph.h \
|
||||
operatio.h buttons.h loadsave.h gfx2surface.h pages.h errors.h screen.h \
|
||||
brush.h windows.h input.h keycodes.h special.h tiles.h
|
||||
brush.h windows.h input.h keycodes.h special.h tiles.h keyboard.h
|
||||
$(OBJDIR)/pages.o: pages.c global.h struct.h const.h pages.h errors.h loadsave.h \
|
||||
gfx2surface.h misc.h windows.h tiles.h graph.h
|
||||
$(OBJDIR)/palette.o: palette.c const.h struct.h global.h misc.h engine.h readline.h \
|
||||
@@ -119,6 +119,7 @@ $(OBJDIR)/transform.o: transform.c global.h struct.h const.h transform.h engine.
|
||||
loadsave.h gfx2surface.h pages.h tiles.h
|
||||
$(OBJDIR)/unicode.o: unicode.c unicode.h struct.h const.h
|
||||
$(OBJDIR)/version.o: version.c
|
||||
$(OBJDIR)/win32screen.o: win32screen.c screen.h struct.h const.h global.h
|
||||
$(OBJDIR)/windows.o: windows.c windows.h struct.h const.h engine.h errors.h \
|
||||
global.h graph.h input.h keycodes.h misc.h op_c.h colorred.h readline.h \
|
||||
screen.h palette.h unicode.h
|
||||
screen.h palette.h unicode.h keyboard.h
|
||||
|
||||
Reference in New Issue
Block a user