Missing miral::toolkit::WindowSpec::set_state()
Bug #1661256 reported by
Daniel d'Andrada
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MirAL |
Fix Released
|
Low
|
Alan Griffiths |
Bug Description
miral::
Related branches
lp://qastaging/~alan-griffiths/miral/fix-1661256
- Alexandros Frantzis (community): Approve
- Gerry Boland (community): Approve
-
Diff: 20 lines (+10/-0)1 file modifiedinclude/miral/toolkit/window_spec.h (+10/-0)
lp://qastaging/~alan-griffiths/miral/init-1.1
- Gerry Boland: Pending requested
-
Diff: 566 lines (+434/-10)6 files modifieddebian/changelog (+10/-0)
debian/libmiral2.symbols (+9/-1)
miral/symbols.map (+39/-5)
miral/window_info.cpp (+21/-0)
miral/window_management_policy.cpp (+8/-0)
scripts/process_doxygen_xml.py (+347/-4)
Changed in miral: | |
status: | In Progress → Fix Committed |
Changed in miral: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is hardly a big deal - the following works fine:
auto const spec = WindowSpec: :for_normal_ surface( connection, 50, 50, mir_pixel_ format_ argb_8888)
.set_name( test_name) ;
mir_ window_ spec_set_ state(spec, mir_window_ state_fullscree n);