This commit is contained in:
Sasha Koshka 2023-12-12 00:37:44 -05:00
parent dc231c6638
commit b8eb80d232
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
/* C99 */
#define _XOPEN_SOURCE
#include <Xm/Scale.h>
#include <Xm/Xm.h>
@ -21,7 +19,7 @@ int main (int argc, char *argv[]) {
NULL, 0,
&argc, argv,
NULL,
XmNtitle, "Battery",
XmNtitle, "Brightness",
NULL);
int level = getBrightness();