Move drag_pointer() to its own source file
Move drag_pointer() and related definitions from floating.c to new file drag_pointer.c since it's applicable not only to floating windows but also to resizing of tiled windows.
This commit is contained in:
@ -503,6 +503,7 @@ i3_SOURCES = \
|
||||
include/con.h \
|
||||
include/data.h \
|
||||
include/display_version.h \
|
||||
include/drag.h \
|
||||
include/ewmh.h \
|
||||
include/fake_outputs.h \
|
||||
include/floating.h \
|
||||
@ -548,6 +549,7 @@ i3_SOURCES = \
|
||||
src/config_directives.c \
|
||||
src/config_parser.c \
|
||||
src/display_version.c \
|
||||
src/drag.c \
|
||||
src/ewmh.c \
|
||||
src/fake_outputs.c \
|
||||
src/floating.c \
|
||||
|
Reference in New Issue
Block a user