1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-16 05:55:45 +01:00

Rename swapDock to wDockSwap and add to dock.h

We'll be calling it from defaults.c.
This commit is contained in:
Torrance, Douglas
2023-01-18 11:42:58 +00:00
committed by Carlos R. Mafra
parent cc839f8bc5
commit 8ed92efa3c
2 changed files with 3 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ void wDockTrackWindowLaunch(WDock *dock, Window window);
WAppIcon *wDockFindIconForWindow(WDock *dock, Window window);
void wDockDoAutoLaunch(WDock *dock, int workspace);
void wDockLaunchWithState(WAppIcon *btn, WSavedState *state);
void wDockSwap(WDock *dock);
#ifdef USE_DOCK_XDND
int wDockReceiveDNDDrop(WScreen *scr, XEvent *event);