mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-14 12:55:47 +01:00
WINGs: Added 'const' attribute to functions in dragdestination, wtext
This makes both the API and local function const-correct on their input parameters.
This commit is contained in:
committed by
Carlos R. Mafra
parent
72108875aa
commit
75a0beffeb
@@ -417,7 +417,7 @@ storeDropData(WMView * destView, Atom selection, Atom target, Time timestamp, vo
|
||||
}
|
||||
}
|
||||
|
||||
Bool requestDropDataInSelection(WMView * destView, char *type)
|
||||
Bool requestDropDataInSelection(WMView * destView, const char *type)
|
||||
{
|
||||
WMScreen *scr = W_VIEW_SCREEN(destView);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user