mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Updates for new version of the MakeHeader.py script.
This commit is contained in:
3
Panel.c
3
Panel.c
@ -45,8 +45,6 @@ struct Panel_ {
|
||||
Panel_EventHandler eventHandler;
|
||||
};
|
||||
|
||||
extern char* PANEL_CLASS;
|
||||
|
||||
}*/
|
||||
|
||||
#ifndef MIN
|
||||
@ -56,7 +54,6 @@ extern char* PANEL_CLASS;
|
||||
#define MAX(a,b) ((a)>(b)?(a):(b))
|
||||
#endif
|
||||
|
||||
/* private property */
|
||||
char* PANEL_CLASS = "Panel";
|
||||
|
||||
Panel* Panel_new(int x, int y, int w, int h, char* type, bool owner) {
|
||||
|
Reference in New Issue
Block a user