mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Reduced warnings on gcc 4.4.1.
Let panel applet use GLOBALFLAGS. Check for XKBrules from XKB extension and conditionally compile code using it.
This commit is contained in:
@ -88,7 +88,7 @@ static AppWindow* dialog_win;
|
||||
static Fl_Check_Browser* cbrowser;
|
||||
|
||||
static char* get_basename(const char* path) {
|
||||
char* p = strrchr(path, '/');
|
||||
char* p = (char*)strrchr(path, '/');
|
||||
if(p)
|
||||
return (p + 1);
|
||||
|
||||
|
Reference in New Issue
Block a user