]> git.mdlowis.com Git - proto/labwc.git/commitdiff
mv dbg.c osd.c
authorJohan Malm <jgm323@gmail.com>
Mon, 28 Sep 2020 19:59:38 +0000 (20:59 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 28 Sep 2020 19:59:38 +0000 (20:59 +0100)
src/meson.build
src/osd.c [moved from src/dbg.c with 100% similarity]

index 7bc14dd6a7ffc2334766819bb4e2e8a8b573cfc5..aa5d01351212f4f7f9b2542c1aa9ad4351e3914b 100644 (file)
@@ -1,12 +1,12 @@
 labwc_sources = files(
   'action.c',
   'cursor.c',
-  'dbg.c',
   'deco.c',
   'desktop.c',
   'interactive.c',
   'keyboard.c',
   'main.c',
+  'osd.c',
   'output.c',
   'seat.c',
   'server.c',
similarity index 100%
rename from src/dbg.c
rename to src/osd.c