mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Code style update
This commit is contained in:
18
evoke/Xsm.h
18
evoke/Xsm.h
@@ -20,17 +20,17 @@
|
||||
* Also it will write/undo to xrdb (X Resource database).
|
||||
*/
|
||||
class Xsm : public edelib::XSettingsManager {
|
||||
public:
|
||||
Xsm();
|
||||
~Xsm();
|
||||
public:
|
||||
Xsm();
|
||||
~Xsm();
|
||||
|
||||
bool load_serialized(void);
|
||||
bool save_serialized(void);
|
||||
bool load_serialized(void);
|
||||
bool save_serialized(void);
|
||||
|
||||
/* replace XResource values from one from XSETTINGS */
|
||||
void xresource_replace(void);
|
||||
/* undo old XResource values */
|
||||
void xresource_undo(void);
|
||||
/* replace XResource values from one from XSETTINGS */
|
||||
void xresource_replace(void);
|
||||
/* undo old XResource values */
|
||||
void xresource_undo(void);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user