diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-07-09 20:52:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-07-09 20:52:43 (GMT) |
commit | beb69108d4efcebc5a6d70d0de6bdc9ea8026960 (patch) | |
tree | 51446d9002558c3d94cbffb60488f86a4c473a89 | |
parent | d3c74213cf2306453b21779c80d05d121fbffe66 (diff) |
Rename some files.
-rw-r--r-- | src/gtkext/Makefile.am | 2 | ||||
-rw-r--r-- | src/gtkext/dockstation.c (renamed from src/gtkext/gtkdockstation.c) | 0 | ||||
-rw-r--r-- | src/gtkext/dockstation.h (renamed from src/gtkext/gtkdockstation.h) | 0 | ||||
-rw-r--r-- | src/gtkext/grid.c (renamed from src/gtkext/tiledgrid.c) | 0 | ||||
-rw-r--r-- | src/gtkext/grid.h (renamed from src/gtkext/tiledgrid.h) | 0 | ||||
-rw-r--r-- | src/gtkext/panel-int.h (renamed from src/gui/panel-int.h) | 0 | ||||
-rw-r--r-- | src/gtkext/panel.c (renamed from src/gui/panel.c) | 0 | ||||
-rw-r--r-- | src/gtkext/panel.h (renamed from src/gui/panel.h) | 0 | ||||
-rw-r--r-- | src/gui/Makefile.am | 2 |
9 files changed, 0 insertions, 4 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index c9445e6..b147f29 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -13,7 +13,6 @@ libgtkext_la_SOURCES = \ gtkblockdisplay.h gtkblockdisplay.c \ gtkdockable-int.h \ gtkdockable.h gtkdockable.c \ - gtkdockstation.h gtkdockstation.c \ gtkgraphdisplay.h gtkgraphdisplay.c \ gtkstatusstack.h gtkstatusstack.c \ hexdisplay.h hexdisplay.c \ @@ -21,7 +20,6 @@ libgtkext_la_SOURCES = \ named.h named.c \ resources.h resources.c \ support.h support.c \ - tiledgrid.h tiledgrid.c \ tmgt.h tmgt.c libgtkext_la_LIBADD = \ diff --git a/src/gtkext/gtkdockstation.c b/src/gtkext/dockstation.c index 1757542..1757542 100644 --- a/src/gtkext/gtkdockstation.c +++ b/src/gtkext/dockstation.c diff --git a/src/gtkext/gtkdockstation.h b/src/gtkext/dockstation.h index f286c1c..f286c1c 100644 --- a/src/gtkext/gtkdockstation.h +++ b/src/gtkext/dockstation.h diff --git a/src/gtkext/tiledgrid.c b/src/gtkext/grid.c index 22b2680..22b2680 100644 --- a/src/gtkext/tiledgrid.c +++ b/src/gtkext/grid.c diff --git a/src/gtkext/tiledgrid.h b/src/gtkext/grid.h index 539e248..539e248 100644 --- a/src/gtkext/tiledgrid.h +++ b/src/gtkext/grid.h diff --git a/src/gui/panel-int.h b/src/gtkext/panel-int.h index d54dc16..d54dc16 100644 --- a/src/gui/panel-int.h +++ b/src/gtkext/panel-int.h diff --git a/src/gui/panel.c b/src/gtkext/panel.c index 5b21620..5b21620 100644 --- a/src/gui/panel.c +++ b/src/gtkext/panel.c diff --git a/src/gui/panel.h b/src/gtkext/panel.h index de8d2bf..de8d2bf 100644 --- a/src/gui/panel.h +++ b/src/gtkext/panel.h diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 2faef41..da46844 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -12,8 +12,6 @@ libgui_la_SOURCES = \ item-int.h \ item.h item.c \ menubar.h menubar.c \ - panel-int.h \ - panel.h panel.c \ resources.h resources.c \ status.h status.c \ theme.h theme.c |