mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Panel_new: reorder arguments
Reorder owner and type so they match the order of Panel_init
This commit is contained in:

committed by
cgzones

parent
badeaf9e82
commit
ce9e7fd14f
2
Panel.h
2
Panel.h
@ -78,7 +78,7 @@ struct Panel_ {
|
||||
|
||||
extern const PanelClass Panel_class;
|
||||
|
||||
Panel* Panel_new(int x, int y, int w, int h, bool owner, const ObjectClass* type, FunctionBar* fuBar);
|
||||
Panel* Panel_new(int x, int y, int w, int h, const ObjectClass* type, bool owner, FunctionBar* fuBar);
|
||||
|
||||
void Panel_delete(Object* cast);
|
||||
|
||||
|
Reference in New Issue
Block a user